framework/tests/integration/api
Clark Winkelmann 08ba2599d7
Refactor Access Tokens (#2651)
- Make session token-based instead of user-based
- Clear current session access tokens on logout
- Introduce increment ID so we can show tokens to moderators in the future without exposing secrets
- Switch to type classes to manage the different token types. New implementation fixes #2075
- Drop ability to customize lifetime per-token
- Add developer access keys that don't expire. These must be created from the database for now
- Add title in preparation for the developer token UI
- Add IP and user agent logging
- Delete all non-remember tokens in migration
2021-03-04 16:50:38 -05:00
..
access_tokens Refactor Access Tokens (#2651) 2021-03-04 16:50:38 -05:00
authentication Refactor Access Tokens (#2651) 2021-03-04 16:50:38 -05:00
csrf_protection Refactor Access Tokens (#2651) 2021-03-04 16:50:38 -05:00
discussions Search Filter Split, Use Same Controller (#2454) 2021-02-24 11:17:40 -05:00
forum Add @inheritDoc to all setUp and tearDown methods 2021-01-09 00:35:55 -05:00
groups Add @inheritDoc to all setUp and tearDown methods 2021-01-09 00:35:55 -05:00
notifications Add @inheritDoc to all setUp and tearDown methods 2021-01-09 00:35:55 -05:00
posts Use filterer for ListPostsController (#2479) 2021-02-28 14:06:07 -05:00
users Updated GroupFilterGambit to prevent hidden groups being visible wher… (#2657) 2021-03-04 10:08:12 -05:00