Relative Content

Tag Archive for reactjsnext-auth.net-8.0nextjs14

How to store the accesToken and refreshToken in nextauth,

How to store the accesToken and refreshToken in nextauth,currently i am storing it inside session callback. But here the problem is the accessToken and refreshToken is visible in browser,inside session in network tab. So suggest me any good practice by which i can store the accesstoken securely using nextauth. and can access it everywhere where […]