misc_pterodactyl-panel/resources/themes/pterodactyl
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
..
admin No more OOME checkboxes 2018-01-08 23:03:14 -06:00
auth Fix broken password reset form 2017-12-04 19:01:04 -06:00
base Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
errors Fix failing test suite 2017-11-04 12:49:05 -05:00
layouts Fixed navigation account click (#853) 2018-01-07 21:22:55 -06:00
partials Cleanup settings use in panel. 2017-12-30 16:33:00 -06:00
server Update schedule process to allow toggling/triggering via UI 2018-01-08 21:43:10 -06:00
vendor Implement a better management interface for Settings (#809) 2017-12-14 21:05:26 -06:00