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
authenticator.rb
current_user_provider.rb
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
twitter_authenticator.rb DEV: Explicitly define primary_email_verified? method for managed authenticators (#19127) 2022-11-24 06:46:06 +03:00