We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix link
Add a note about access tokens and refresh tokens
Clarify what happens in user_info_mapping
Updated External (markdown)
Revert 098036a6e5fe4ef16a9139bc8a7df41b3d40bc17...74508cf6fea7180618d57a5976363442709292fa on External
Update view example based on changes in 0.3.1
Add message about using 0.11.0 for facebook users.
Fix "Before process_action callback :require_login has not been defined"
Authentication config in model User is useless
attr_accessor is not needed or desirable with ActiveRecord
Slight updates to the documentation to account for the way current facebook API operates.
Fix the external documentation bug pointed out in Hotfix twitter login (https://github.com/Sorcery/sorcery/pull/6).
Using '--only-submodules' instead of deprecated '--migrations'
Don't mention legacy versions, use `change` method in migration
Added an example of how to use Strong Parameters in Rails 4.
Need to let new users know that putting secrets in here is bad form unless they are strict about adding it to .gitignore
fixed generate command
best explanation in facebook configuration module
login_user() seems to be incorrect and there's no mention of it besides in TestHelpers. Changed to auto_login()
Fix missing 's' in config/routes.rb for 'oauth' controller name
Facebook Graph use username how a nickname
activate_sorcery! is replaced with authenticates_with_sorcery! in > 0.4.*