Hacker News new | ask | show | jobs
by thecopy 2525 days ago
>...best way to store that refresh token in a ReactJS frontend

You never store refresh tokens in a frontend. You can store access tokens (short-lived) in the frontend but you should never store refresh-tokens.