-
Notifications
You must be signed in to change notification settings - Fork 228
DataMapper Support
Dan Kim edited this page Dec 18, 2016
·
1 revision
Important notes:
- Expected to work with DM adapters:
dm-mysql-adapter
,dm-redis-adapter
. - Submodules DM adapter dependent:
activity_logging
(dm-mysql-adapter
) - Usage: include
DataMapper::Resource
in user model, follow sorcery instructions (remember to add property id, validators and accessor attributes such as password and password_confirmation) - Option downcase_username_before_authenticating and dm-mysql. See this article.
Meta
Using Sorcery
- Activity Logging
- Brute Force Protection
- DataMapper Support
- DelayedJob Integration
- Distinguish login failure reasons
- External
- External---Microsoft-Graph-authentication
- 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
- Single Table Inheritance Support
- Testing Rails
- User Activation
Contributing to Sorcery