discourse/spec/components/auth
David Taylor 208005f9c9 REFACTOR: Migrate FacebookAuthenticator to use ManagedAuthenticator
Changes to functionality
  - Removed syncing of user metadata including gender, location etc.
    These are no longer available to standard Facebook applications.
  - Removed the remote 'revoke' functionality. No other providers have
    it, and it does not appear to be standard practice in other apps.
  - The 'facebook_no_email' event is no longer logged. The system can
    cope fine with a missing email address.

Data is migrated to the new user_associated_accounts table.
facebook_user_infos can be dropped once we are confident the data has
been migrated successfully.
2018-11-30 11:18:11 +00:00
..
default_current_user_provider_spec.rb FIX: Do not update `last_seen` for API access 2018-10-25 13:38:57 +01:00
facebook_authenticator_spec.rb REFACTOR: Migrate FacebookAuthenticator to use ManagedAuthenticator 2018-11-30 11:18:11 +00:00
github_authenticator_spec.rb FIX: when associating Github account disassociate others 2018-10-10 15:46:50 +11:00
google_oauth2_authenticator_spec.rb DEV: Remove autospec hacks for social auth providers 2018-10-09 12:42:57 +01:00
managed_authenticator_spec.rb DEV: Introduce Auth::ManagedAuthenticator 2018-11-30 11:18:11 +00:00
open_id_authenticator_spec.rb DEV: Remove autospec hacks for social auth providers 2018-10-09 12:42:57 +01:00
twitter_authenticator_spec.rb FEATURE: Revoke and reconnect for Twitter logins 2018-07-27 12:28:51 +01:00