misc_pterodactyl-panel/tests/Unit/Http/Middleware
Dane Everitt e3df0738da
Change the way API keys are stored and validated; clarify API namespacing
Previously, a single key was used to access the API, this has not changed in terms of what the user sees. However, API keys now use an identifier and token internally. The identifier is the first 16 characters of the key, and the token is the remaining 32. The token is stored encrypted at rest in the database and the identifier is used by the API middleware to grab that record and make a timing attack safe comparison.
2018-01-13 16:06:19 -06:00
..
Api Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
Server Implement fix to allow root admins to view all servers. 2017-11-05 12:38:39 -06:00
AdminAuthenticateTest.php Implement fix to allow root admins to view all servers. 2017-11-05 12:38:39 -06:00
AuthenticateTest.php Implement fix to allow root admins to view all servers. 2017-11-05 12:38:39 -06:00
DaemonAuthenticateTest.php Update repository base code to be cleaner and make use of PHP 7 features 2018-01-04 22:49:50 -06:00
LanguageMiddlewareTest.php Add more middleware tests 2017-11-03 18:16:49 -05:00
MiddlewareTestCase.php Fix multiple controller unit test failures 2017-11-03 16:43:28 -05:00
RedirectIfAuthenticatedTest.php Fix tests 2017-11-03 18:18:52 -05:00
RequireTwoFactorAuthenticationTest.php Implement a better management interface for Settings (#809) 2017-12-14 21:05:26 -06:00