-
Hey Community, i am not saving any cookies. I set my Browser to always delete everything when closing my Browser, but OTT still is able to save my custom guest username. How does it save it? |
Beta Was this translation helpful? Give feedback.
Answered by
dyc3
Jun 19, 2022
Replies: 1 comment
-
OTT uses |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Issykul
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OTT uses
localStorage
to save your auth token. The username is associated with your auth token. This is also how client side settings are stored. If you want to clear your token, open your js console and runlocalStorage.removeItem('token')
.