discourse/lib/auth
Leo McArdle b084750953 FIX: don't redirect incorrectly after full screen login (#7170)
Fixes two issues:
1. Redirecting to an external origin's path after login did not work
2. User would be erroneously redirected to the external origin after logout

https://meta.discourse.org/t/109755
2019-03-19 12:39:13 +00:00
..
auth_provider.rb DEV: Reformat single line method definition 2018-12-03 15:03:00 +00: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 FIX: Do not check for suspicious login when impersonating. (#6534) 2018-11-12 15:34:12 +01:00
default_current_user_provider.rb FIX: don't redirect incorrectly after full screen login (#7170) 2019-03-19 12:39:13 +00:00
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 REFACTOR: Migrate GoogleOAuth2Authenticator to use ManagedAuthenticator (#7120) 2019-03-07 11:31:04 +00:00
instagram_authenticator.rb REFACTOR: Migrate InstagramAuthenticator to use ManagedAuthenticator (#7081) 2019-03-04 14:54:28 +01:00
managed_authenticator.rb FEATURE: Fetch email from auth provider if current user email is invalid (#7163) 2019-03-14 11:33:30 +00: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 DEV: Fix build. 2018-11-05 14:16:03 +02:00
result.rb FEATURE: Use translated name for 'your email has been authenticated by' (#6649) 2018-11-22 19:12:04 +00:00
twitter_authenticator.rb REFACTOR: Migrate TwitterAuthenticator to use ManagedAuthenticator (#6739) 2018-12-07 15:39:06 +00:00