mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
5 lines
278 B
Text
5 lines
278 B
Text
Devise is a flexible authentication solution for Rails based on Warden. It:
|
|
- Is Rack based;
|
|
- Is a complete MVC solution based on Rails engines;
|
|
- Allows you to have multiple models signed in at the same time;
|
|
- Is based on a modularity concept: use only what you really need.
|