Where does baserow store JWT tokens client-side?

Just a quick technical question:
where does baserow store JWT tokens client-side? Couldn’t find anything in the docs, and the code base can be navigated quicker by someone else on this forum I suppose…
Mostly asking because I want to build an external service that can access the user’s data and I would want to do it in a similar way.

Thank you!
David

Hey @dranaway, the JWT refresh token is stored as a cookie named jwt_token. This cookie created when you sign in. It’s used to obtain an access token every 10 minutes.

1 Like