Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 859 Bytes

README.markdown

File metadata and controls

20 lines (15 loc) · 859 Bytes

RailsWarden example using Mongoid

created by: http://github.com/HP

User Model based on Clearance. Example Application based on Authlogic Example App. Layout generated with nifty_layout from Nifty Generators.

RailsWarden provides authentication via the Warden Rack authentication framework.

Helper Methods provided by RailsWarden:

  • Access Warden: warden
  • Check if user is logged in: logged_in?, authenticated?
  • Access logged in user: current_user, user
  • Set logged in user: current_user=, user=

Controller Methods:

  • Authenticate: authenticate
  • Authenticate with error/redirect: authenticate!
  • Log out: logout