discourse/lib/auth
Osama Sayegh bbcdf74c58
DEV: Flip primary_email_verified? default to false (#19703)
This commit changes the default return value of `Auth::ManagedAuthenticator#primary_email_verified?` to false. We're changing the default to force developers to think about email verification when building a new authentication method. All existing authenticators (in core and official plugins) have been updated to explicitly define the `primary_email_verified?` method in their subclass of `Auth::ManagedAuthenticator` (example commit 65f57a4d05).

Internal topic: t/82084.
2023-01-04 10:51:10 +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: Flip primary_email_verified? default to false (#19703) 2023-01-04 10:51:10 +03: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