misc_pterodactyl-panel/tests/Unit
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
..
Commands Update schedule process to allow toggling/triggering via UI 2018-01-08 21:43:10 -06:00
Helpers Update license headers on files. 2017-09-25 21:43:01 -05:00
Http Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
Jobs/Schedule Update schedule process to allow toggling/triggering via UI 2018-01-08 21:43:10 -06:00
Services More API updates, better support for node config edits 2018-01-10 23:19:03 -06:00