mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 20:29:27 +00:00
Update delete to CBV, add in support for soft deletes.
This commit is contained in:
@@ -148,7 +148,11 @@ GARGOYLE_SWITCH_DEFAULTS = {
|
||||
'label': 'Disable API Backend Processing',
|
||||
'description': 'Disables backend processing for the EVE API, stops Auth hammering the API during outages',
|
||||
}
|
||||
|
||||
'eve-softkeydelete': {
|
||||
'is_active': False,
|
||||
'label': 'Soft API Key Deletions',
|
||||
'description': 'API Keys are not deleted from the database, only removed from the user.',
|
||||
},
|
||||
}
|
||||
|
||||
LOGGING = {
|
||||
|
||||
Reference in New Issue
Block a user