discourse/spec/components/auth
Guo Xiang Tan 651b50b1a1 FIX: Don't rate limit admin and staff constraints when matching routes.
* When an error is raised when checking route constraints, we
  can only return true/false which either lets the request
  through or return a 404 error. Therefore, we just skip
  rate limiting here and let the controller handle the
  rate limiting.
2018-09-04 13:52:58 +08:00
..
default_current_user_provider_spec.rb FIX: Don't rate limit admin and staff constraints when matching routes. 2018-09-04 13:52:58 +08:00
facebook_authenticator_spec.rb FEATURE: List, revoke and reconnect associated accounts. Phase 1 (#6099) 2018-07-23 16:51:57 +01:00
github_authenticator_spec.rb FEATURE: Allow revoke and connect for GitHub logins 2018-07-27 17:18:53 +01:00
google_oauth2_authenticator_spec.rb FEATURE: Add revoke and reconnect functionality for google logins 2018-07-25 16:03:14 +01:00
open_id_authenticator_spec.rb FEATURE: Revoke and connect for Yahoo logins 2018-07-27 16:20:47 +01:00
twitter_authenticator_spec.rb FEATURE: Revoke and reconnect for Twitter logins 2018-07-27 12:28:51 +01:00