Class Merb::Authentication::Strategies::Basic::OpenID
In: lib/merb-auth-more/strategies/basic/openid.rb
Parent: Merb::Authentication::Strategy

Methods

Public Instance methods

Overwrite this to add extra options to the OpenID request before it is made.

@example request.return_to_args["remember_me"] = 1 # remember_me=1 is added when returning from the OpenID provider.

@api overwritable

Overwrite this to support an ORM other than DataMapper

@api overwritable

@api overwritable

Overwrite the on_failure! method with the required behavior for failed logins

@api overwritable

Overwrite the on_success! method with the required behavior for successful logins

@api overwritable

Used to define the callback url for the openid provider. By default it is set to the named :openid route.

@api overwritable

Overwrite this method to set your store

@api overwritable

@api overwritable

[Validate]