discourse/spec/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
..
default_current_user_provider_spec.rb DEV: Avoid configuring Rails configuration in tests (#18499) 2022-10-06 15:45:19 +08:00
discord_authenticator_spec.rb DEV: Use proper wording for contexts in specs 2022-08-04 11:05:02 +02:00
facebook_authenticator_spec.rb DEV: Update rubocop (#18754) 2022-10-26 09:05:15 +08:00
github_authenticator_spec.rb DEV: Use proper wording for contexts in specs 2022-08-04 11:05:02 +02:00
google_oauth2_authenticator_spec.rb Use service account credentials for fetching google hd groups (#18329) 2022-10-13 16:04:42 +01:00
managed_authenticator_spec.rb DEV: Flip primary_email_verified? default to false (#19703) 2023-01-04 10:51:10 +03:00
result_spec.rb Add RSpec 4 compatibility (#17652) 2022-07-28 10:27:38 +08:00
twitter_authenticator_spec.rb DEV: Use proper wording for contexts in specs 2022-08-04 11:05:02 +02:00