forked from Sorcery/sorcery
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
NoamB edited this page Feb 19, 2011
·
37 revisions
Welcome to the Sorcery wiki!
This wiki is a work in progress and it looks like it.
Sorcery aims to make your life easier by giving you an easy API to write your own user authentication flow with.
Sorcery does this with a few assumptions in mind:
- Less is more - less than 20 simple methods to remember for the entire feature-set make the lib easy to 'get'.
- Every app is different - use the API inside your own MVC structures, and don't fight to fix someone else's.
- Configuration is key - making almost everything configurable means it will be useable in more apps.
You can see how controllers, models, migrations and views can be used with Sorcery by checking out this example application.
coming up soon... the rest.
Meta
Using Sorcery
- Activity Logging
- Brute Force Protection
- External
- Fetching Currently Active Users
- HTTP Basic Auth
- Integration Testing
- OAuth Landing Page
- Password-less Activation
- Remember Me
- Reset Password
- Routes Constraints
- Session Timeout
- Simple Password Authentication
- Testing Rails
- User Activation
Contributing to Sorcery