You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a FuseContext API Server generates an API token when the server is created and then remains constant for the lifetime of the API server.
This imposes a security risk should the token be leaked by some other exploit on the application where that token will remain valid for as long as the activity remains active (not destroyed).
We can minimise this risk by making the API token short-lived, (30-60 seconds?).
The text was updated successfully, but these errors were encountered:
breautek
changed the title
Android: Create a rolling API token and auto retry on token rejection.
Create a rolling API token and auto retry on token rejection.
Oct 5, 2023
Currently a FuseContext API Server generates an API token when the server is created and then remains constant for the lifetime of the API server.
This imposes a security risk should the token be leaked by some other exploit on the application where that token will remain valid for as long as the activity remains active (not destroyed).
We can minimise this risk by making the API token short-lived, (30-60 seconds?).
The text was updated successfully, but these errors were encountered: