Module | Ramaze::Helper::Auth |
In: |
lib/ramaze/helper/auth.rb
|
The Auth helper can be used for authentication without using a model. This can be useful when working with very basic applications that don‘t require database access.
If you‘re looking for a way to do authentication using a model you should take a look at Helper::User instead.