Removed API key feature
Removed API key generation feature in preparation for JWT authentication
This commit is contained in:
@@ -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'
|
||||
]
|
||||
],
|
||||
],
|
||||
[
|
||||
|
Reference in New Issue
Block a user