Join Discord
Powered by
Essentially, when you login, an anti-csrf token is...
# support-questions-legacy
r
rp_st
04/30/2021, 6:03 PM
Essentially, when you login, an anti-csrf token is sent to the frontend and stored in the localstorage. On each request, our
fetch
interceptors add that token to the headers, which is then verified by the backend API.
Previous
Next