misc_pterodactyl-panel/app
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
..
Console Refactor how repositories for the daemon work. 2018-01-05 18:27:47 -06:00
Contracts First round of changes to API to support simpler permissions. 2018-01-11 22:49:46 -06:00
Events Update license headers on files. 2017-09-25 21:43:01 -05:00
Exceptions More API updates, better support for node config edits 2018-01-10 23:19:03 -06:00
Extensions 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 Update schedule process to allow toggling/triggering via UI 2018-01-08 21:43:10 -06:00
Listeners Add base implementation of extendable events classes 2017-01-24 19:15:03 -05:00
Models Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
Notifications Fix user creation to use UUIDs correctly 2018-01-01 12:13:08 -06:00
Observers close #840 2017-12-30 20:25:04 -06:00
Policies Update repository base code to be cleaner and make use of PHP 7 features 2018-01-04 22:49:50 -06:00
Providers Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
Repositories First round of changes to API to support simpler permissions. 2018-01-11 22:49:46 -06:00
Services Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
Traits Finish first round of User/Node API additions 2018-01-01 15:11:44 -06:00
Transformers Finish putting permissions on the API 2018-01-13 14:08:19 -06:00
helpers.php Apply fixes from StyleCI (#735) 2017-11-05 13:59:51 -05:00