discourse/lib/auth
David Taylor d2bceff133
FEATURE: Use full page redirection for all external auth methods (#8092)
Using popups is becoming increasingly rare. Full page redirects are already used on mobile, and for some providers. This commit removes all logic related to popup authentication, leaving only the full page redirect method.

For more info, see https://meta.discourse.org/t/do-we-need-popups-for-login/127988
2019-10-08 12:10:43 +01:00
..
auth_provider.rb FEATURE: Use full page redirection for all external auth methods (#8092) 2019-10-08 12:10:43 +01:00
authenticator.rb
current_user_provider.rb
default_current_user_provider.rb DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
discord_authenticator.rb FEATURE: Login with Discord (#8053) 2019-08-30 10:54:19 +01:00
facebook_authenticator.rb
github_authenticator.rb
google_oauth2_authenticator.rb
instagram_authenticator.rb
managed_authenticator.rb
oauth2_authenticator.rb
open_id_authenticator.rb
result.rb FIX: Do not raise exception if the authenticator email is missing 2019-08-14 12:08:59 +01:00
twitter_authenticator.rb