Standardize JWT authentication and finalize Activity Log V3 migration
This commit is contained in:
@@ -131,6 +131,8 @@ const ae_app_local_data_defaults: key_val = {
|
||||
user_email: null, // Currently used with Sponsorships only?
|
||||
user_access_type: null, // Used to revert back to the user's access type after quick access (temporarily escalate permissions) turned off.
|
||||
|
||||
jwt: null, // JSON Web Token for authenticated API requests
|
||||
|
||||
// Added 2025-04-04
|
||||
person_id: null, // The current person_id of the logged-in user (if any)
|
||||
person: {
|
||||
|
||||
Reference in New Issue
Block a user