Skip to content

How does OTT save the username for guest users? #681

Answered by dyc3
Issykul asked this question in Q&A
Discussion options

You must be logged in to vote

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 run localStorage.removeItem('token').

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Issykul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #680 on June 19, 2022 18:46.