Removed API key feature

Removed API key generation feature in preparation for JWT authentication
This commit is contained in:
2021-10-29 20:23:45 +01:00
parent 587f695fe1
commit 230eda1974
8 changed files with 28 additions and 334 deletions

View File

@@ -365,12 +365,6 @@ return [
'url' => '/admin/devtools',
'can' => 'admin.developertools.use',
],
[
'text' => 'API Keys',
'icon' => 'fas fa-user-shield',
'can' => 'admin.settings.view',
'route' => 'keys.index'
]
],
],
[