Seeking Advice on Securely Handling User Access Tokens
Unanswered
Eurasian Siskin posted this in #help-forum
Eurasian SiskinOP
Hey everyone,
I'm developing a medical health-based system using nextjs, and Django for the backend. Given the sensitive nature of the data involved, I want to ensure that user access tokens are stored securely.
🔍 Specifically, I'm curious about:
1) Best practices for securely storing user access tokens in a React-Redux application, especially in a medical context.
2) Any alternative methods or considerations for improving security in this setup.
3)I'm using Django on the backend, and upon successful authentication, I redirect the user with the access token stored in session storage. Is this approach secure?
4) Additionally, my frontend is built with Next.js and hosted on Vercel. Are there any platform-specific considerations for securely handling access tokens in this environment?
Any insights, recommendations, or experiences shared would be incredibly valuable. Thank you!
I'm developing a medical health-based system using nextjs, and Django for the backend. Given the sensitive nature of the data involved, I want to ensure that user access tokens are stored securely.
🔍 Specifically, I'm curious about:
1) Best practices for securely storing user access tokens in a React-Redux application, especially in a medical context.
2) Any alternative methods or considerations for improving security in this setup.
3)I'm using Django on the backend, and upon successful authentication, I redirect the user with the access token stored in session storage. Is this approach secure?
4) Additionally, my frontend is built with Next.js and hosted on Vercel. Are there any platform-specific considerations for securely handling access tokens in this environment?
Any insights, recommendations, or experiences shared would be incredibly valuable. Thank you!