discourse/spec/components/auth
Sam ff49f72ad9 FEATURE: per client user tokens
Revamped system for managing authentication tokens.

- Every user has 1 token per client (web browser)
- Tokens are rotated every 10 minutes

New system migrates the old tokens to "legacy" tokens,
so users still remain logged on.

Also introduces weekly job to expire old auth tokens.
2017-02-07 09:22:16 -05:00
..
default_current_user_provider_spec.rb FEATURE: per client user tokens 2017-02-07 09:22:16 -05:00
facebook_authenticator_spec.rb FEATURE: optionally get extra profile info from facebook 2016-09-19 16:14:11 +10:00
github_authenticator_spec.rb Add support for email whitelist/blacklist to GitHub auth 2016-09-22 11:31:10 -07:00
google_oauth2_authenticator_spec.rb FIX: protect against future regressions of google omniauth 2016-11-07 12:48:00 +11:00
open_id_authenticator_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00