Enabling reference tokens in the Halo API allows sessions and tokens to be stored in the database.
Each API call will check the token is still valid in the database.
Enable Reference Tokens in the Halo API and Auth server by setting
"UseReferenceTokens": true
Inside both the API and Auth appsettings.json.
Activating this will invalidate every single logged-in session and may put them into a state where log out and log back in is required. It is recommended that this is activated during a maintenance window.