misc_pterodactyl-panel/resources/lang/en
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 Change order that allocations are loaded in on the allocation listing 2018-01-08 22:21:35 -06:00
command Cleanup settings use in panel. 2017-12-30 16:33:00 -06:00
auth.php Update all the middlewares 2017-10-29 12:37:25 -05:00
base.php Change how API keys are validated (#771) 2017-12-03 14:29:14 -06:00
exceptions.php More API updates, better support for node config edits 2018-01-10 23:19:03 -06:00
navigation.php More distinct server config if admin 2017-10-24 23:42:40 -05:00
pagination.php Massive PHPCS linting 2017-08-21 22:10:48 -05:00
passwords.php Apply fixes from StyleCI 2017-01-17 23:21:33 +00:00
server.php Update schedule process to allow toggling/triggering via UI 2018-01-08 21:43:10 -06:00
strings.php Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
validation.php Fix issues with validation in admin CP for server variables, closes #780 2017-11-25 13:15:46 -06:00