Hopefully better and easier to understand site key allow access permissions....

This commit is contained in:
Scott Idem
2024-11-21 14:57:58 -05:00
parent cffde76c88
commit 2ef3c8bab5
2 changed files with 68 additions and 65 deletions

View File

@@ -67,7 +67,7 @@ export let ae_app_local_data_struct: key_val = {
'account_id': ae_account_id, // OSIT Demo _XY7DXtc9MY
'account_code': 'not_set',
'account_name': 'Account Name Not Set',
'allow_access': false, // Set to key if access is allowed.
'allow_access': true, // Set to key site key was used, otherwise set to true.
'site_domain': null, // https://example.com, https://dev.example.com, etc.
'site_access_key': null, // This is the general site access key
'site_domain_access_key': null, // This is specific to a (sub)domain.