Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of service worker for refreshing token #100

Open
FrNecas opened this issue Jan 13, 2022 · 0 comments
Open

Make use of service worker for refreshing token #100

FrNecas opened this issue Jan 13, 2022 · 0 comments
Labels
frontend A frontend-related issue

Comments

@FrNecas
Copy link
Collaborator

FrNecas commented Jan 13, 2022

It may be possible to keep refreshing the API token in the background thanks to service worker which would reduce the need for logging back to the application frequently. An example of doing something periodically can be found at https://angular.io/guide/service-worker-communications (this updates the app but a similar principle could perhaps be used for the token).

@FrNecas FrNecas added the frontend A frontend-related issue label Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend A frontend-related issue
Projects
None yet
Development

No branches or pull requests

1 participant