discourse/lib/auth
Osama Sayegh 65f57a4d05
DEV: Explicitly define primary_email_verified? method for managed authenticators (#19127)
We're going to change the default return value of the `primary_email_verified?` method of `Auth::ManagedAuthenticator` to false, so we need to explicitly define the method on authenticators to return true where it makes sense to do so.

Internal topic: t/82084.
2022-11-24 06:46:06 +03:00
..
auth_provider.rb DEV: Let's always give a drop_from param to deprecate (#14901) 2021-11-12 08:52:59 -06:00
authenticator.rb FEATURE: Experimental support for group membership via google auth (#14835) 2021-12-09 12:30:27 +00:00
current_user_provider.rb FEATURE: Apply rate limits per user instead of IP for trusted users (#14706) 2021-11-17 23:27:30 +03:00
default_current_user_provider.rb FIX: Make sure first admin users are added to auto groups (#18494) 2022-10-06 15:16:38 +10:00
discord_authenticator.rb DEV: Explicitly define primary_email_verified? method for managed authenticators (#19127) 2022-11-24 06:46:06 +03:00
facebook_authenticator.rb DEV: Explicitly define primary_email_verified? method for managed authenticators (#19127) 2022-11-24 06:46:06 +03:00
github_authenticator.rb DEV: Explicitly define primary_email_verified? method for managed authenticators (#19127) 2022-11-24 06:46:06 +03:00
google_oauth2_authenticator.rb Use service account credentials for fetching google hd groups (#18329) 2022-10-13 16:04:42 +01:00
managed_authenticator.rb DEV: Allow ManagedAuthenticator classes to match by username (#18517) 2022-10-11 11:25:13 +01:00
result.rb FEATURE: Add fallback to suggested value when auth_overrides_username (#16612) 2022-05-04 11:22:09 +01:00
twitter_authenticator.rb DEV: Explicitly define primary_email_verified? method for managed authenticators (#19127) 2022-11-24 06:46:06 +03:00