-
Notifications
You must be signed in to change notification settings - Fork 446
[Bug]: Custom Storage to use Memory throw exception #2064
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
Comments
When you do authentication, unless using popup, the user leaves the page and comes back. When leaving, javascript memory is wiped. |
That makes sense. Is there a way to store at least the access or ID token in memory instead of using persistent storage like LocalStorage or SessionStorage? |
No.
…On Tue., Apr. 1, 2025, 19:22 Mohsen Vafa, ***@***.***> wrote:
When you do authentication, unless using popup, the user leaves the page
and comes back. When leaving, javascript memory is wiped.
That makes sense. Is there a way to store at least the access or ID token
in memory instead of using persistent storage like LocalStorage or
SessionStorage?
—
Reply to this email directly, view it on GitHub
<#2064 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVM2ZT7WQHHEWJKYELCM732XLDM7AVCNFSM6AAAAABVEFKI62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONZQGEZDGNZZGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: mohsenvafa]*mohsenvafa* left a comment
(damienbod/angular-auth-oidc-client#2064)
<#2064 (comment)>
When you do authentication, unless using popup, the user leaves the page
and comes back. When leaving, javascript memory is wiped.
That makes sense. Is there a way to store at least the access or ID token
in memory instead of using persistent storage like LocalStorage or
SessionStorage?
—
Reply to this email directly, view it on GitHub
<#2064 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVM2ZT7WQHHEWJKYELCM732XLDM7AVCNFSM6AAAAABVEFKI62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONZQGEZDGNZZGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Version
19.0.0
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: