PteroTheme/app/Http/Controllers
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
..
API Finish putting permissions on the API 2018-01-13 14:08:19 -06:00
Admin More API updates, better support for node config edits 2018-01-10 23:19:03 -06:00
Auth Update to Laravel 5.5 (#814) 2017-12-17 13:07:38 -06:00
Base Change the way API keys are stored and validated; clarify API namespacing 2018-01-13 16:06:19 -06:00
Daemon Fix inability to create a server 2017-11-05 15:36:37 -06:00
Server Merge branch 'develop' into feature/api-v1 2018-01-10 20:55:22 -06:00
Controller.php Initial Commit of Files 2015-12-06 13:58:49 -05:00