framework/tests/integration
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
..
api Refactor Access Tokens (#2651) 2021-03-04 16:50:38 -05:00
extenders Query Namespace (#2645) 2021-03-02 09:57:40 -05:00
tmp fixed tests on master, missing views directory and suppressing notices from tempnam when storing files in tmp 2019-06-24 13:00:36 +02:00
BuildsHttpRequests.php Refactor Access Tokens (#2651) 2021-03-04 16:50:38 -05:00
ConsoleTestCase.php Add console extender (#2057) 2020-04-03 19:38:54 +02:00
RetrievesAuthorizedUsers.php Tests: Rely on admin user, groups, permissions from test setup script 2021-01-07 17:34:06 -05:00
setup.php Tests: Rely on admin user, groups, permissions from test setup script 2021-01-07 17:34:06 -05:00
TestCase.php Add @inheritDoc to all setUp and tearDown methods 2021-01-09 00:35:55 -05:00
UsesSettings.php Tests: purge settings cache 2021-01-09 00:35:55 -05:00