Pterodactyl-Panel/tests
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
..
Assertions More middleware tests 2017-11-01 20:45:43 -05:00
Traits More API updates, better support for node config edits 2018-01-10 23:19:03 -06:00
Unit Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
CreatesApplication.php Apply fixes from StyleCI (#501) 2017-06-17 20:52:32 -05:00
TestCase.php Update a batch of failing tests 2017-10-07 23:29:08 -05:00