discourse/lib/auth
David Taylor 9db829134c
FIX: Use database to persist metadata during social registration (#6750)
Previously was using the cookie_store, which is limited to 4kb. This caused issues for providers sending large volumes of metadata about a user.
2018-12-10 15:10:06 +00:00
..
auth_provider.rb DEV: Reformat single line method definition 2018-12-03 15:03:00 +00:00
authenticator.rb
current_user_provider.rb
default_current_user_provider.rb
facebook_authenticator.rb REFACTOR: Migrate FacebookAuthenticator to use ManagedAuthenticator 2018-11-30 11:18:11 +00:00
github_authenticator.rb FIX: support connecting GitHub with existing accounts 2018-12-10 09:27:00 +11:00
google_oauth2_authenticator.rb
instagram_authenticator.rb
managed_authenticator.rb FIX: Use database to persist metadata during social registration (#6750) 2018-12-10 15:10:06 +00:00
oauth2_authenticator.rb
open_id_authenticator.rb
result.rb
twitter_authenticator.rb REFACTOR: Migrate TwitterAuthenticator to use ManagedAuthenticator (#6739) 2018-12-07 15:39:06 +00:00