discourse/lib/auth
David Taylor 812add18bd REFACTOR: Serve auth provider information in the site serializer.
At the moment core providers are hard-coded in Javascript, and plugin providers get added to the JS payload at compile time. This refactor means that we only ship enabled providers to the client.
2018-08-06 09:25:48 +01:00
..
auth_provider.rb REFACTOR: Serve auth provider information in the site serializer. 2018-08-06 09:25:48 +01:00
authenticator.rb FEATURE: List, revoke and reconnect associated accounts. Phase 1 (#6099) 2018-07-23 16:51:57 +01:00
current_user_provider.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
default_current_user_provider.rb FIX: Do not update `last seen` time for suspended users 2018-07-18 16:04:57 +01:00
facebook_authenticator.rb FEATURE: List, revoke and reconnect associated accounts. Phase 1 (#6099) 2018-07-23 16:51:57 +01:00
github_authenticator.rb FEATURE: Allow revoke and connect for GitHub logins 2018-07-27 17:18:53 +01:00
google_oauth2_authenticator.rb FEATURE: Add revoke and reconnect functionality for google logins 2018-07-25 16:03:14 +01:00
instagram_authenticator.rb FEATURE: Allow revoke and connect for Instagram logins 2018-07-30 14:38:53 +01:00
oauth2_authenticator.rb FEATURE: List, revoke and reconnect associated accounts. Phase 1 (#6099) 2018-07-23 16:51:57 +01:00
open_id_authenticator.rb FEATURE: Revoke and connect for Yahoo logins 2018-07-27 16:20:47 +01:00
result.rb FEATURE: Disallow login via omniauth when user has 2FA enabled. 2018-03-01 15:47:07 +08:00
twitter_authenticator.rb FEATURE: Revoke and reconnect for Twitter logins 2018-07-27 12:28:51 +01:00