Is your feature request related to a problem? Please describe.
There is a recommendation that Single Page Applications should store their access token within the Service Worker to deny accessing the Access Token via XSS. Link
Angular Service Worker already works as a proxy for all HTTP requests. Maybe this library can store the token within the Service worker to be more secure?
Is your feature request related to a problem? Please describe. There is a recommendation that Single Page Applications should store their access token within the Service Worker to deny accessing the Access Token via XSS. Link
Angular Service Worker already works as a proxy for all HTTP requests. Maybe this library can store the token within the Service worker to be more secure?