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 i want.
This is my code for …NextAuth file
1