1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00
Pterodactyl-Panel/app/Http
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
..
Controllers Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
Middleware Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
Requests Finish putting permissions on the API 2018-01-13 14:08:19 -06:00
ViewComposers/Server Add database management back to front-end and begin some refactoring 2017-10-18 22:32:19 -05:00
Kernel.php Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00