PteroTheme/app/Http/Controllers/Base
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
..
APIController.php Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
AccountController.php Implement changes to administrative user revocation, closes #733 2017-12-03 14:00:47 -06:00
IndexController.php Refactor how repositories for the daemon work. 2018-01-05 18:27:47 -06:00
SecurityController.php Update to Laravel 5.5 (#814) 2017-12-17 13:07:38 -06:00