How do I make the cookies HttpOnly?
Last edited: 1/17/2025
This is not necessary. Both the access token and refresh token are designed to be passed around to different components in your application. The browser-based side of your application needs access to the refresh token to properly maintain a browser session anyway.