-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication methods changed #146
Comments
Hello, please read the entire issue. Id tokens and access tokens have been replaced with session tokens. See README.md. |
Thanks for the update. Your changes seem to be effective. For the readme update, it seems that the access token is now under Local Storage > char_token.value as you described. The ID token is under Local Storage > uuid. It also looks like char_token has a 1-month TTL property. It's hard to suggest a feature if character.ai is going to change authentication methods this frequently, but if it stabilizes then I would recommend including utility for updating the char_token. Cheers. |
I seem to have also detected that the newer chat interface uses a websocket whilst the old interface uses good old requests. |
I believe things may have changed again. I can't seem to find the right tokens in the local storage. |
I can't find the Character.AI auth token help |
Hello,
For the second time, it seems like characterai has switched to a new way of authentication.
The text was updated successfully, but these errors were encountered: