ports/devel/rubygem-devise-rails70/pkg-descr
2024-11-21 21:39:18 +08:00

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.