mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-23 22:59:30 +00:00
Support for Incarna v1.1, Customizable API Keys
- Support CAK keys and their spinoffs - Add support for the Employment History data available in CharacterInfo.xml.aspx - Add a Gargoyle flag to disable backend processing when needed - Clean up a few inconsistancies with how the models are handled
This commit is contained in:
@@ -123,4 +123,20 @@ GARGOYLE_SWITCH_DEFAULTS = {
|
||||
'label': 'HR Functions',
|
||||
'description': 'Enables/Disables the HR functionality.',
|
||||
},
|
||||
'eve-cak': {
|
||||
'is_active': False,
|
||||
'label': 'EVE Customizable API Keys',
|
||||
'description': 'Enables/Disables EVE API CAK support.',
|
||||
},
|
||||
'eve-testapi': {
|
||||
'is_active': False,
|
||||
'label': 'EVE Test API Endpoints',
|
||||
'description': 'Use the Test API endpoints instead of Live.',
|
||||
},
|
||||
'api-disableprocessing': {
|
||||
'is_active': False,
|
||||
'label': 'Disable API Backend Processing',
|
||||
'description': 'Disables backend processing for the EVE API, stops Auth hammering the API during outages',
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user