-
Notifications
You must be signed in to change notification settings - Fork 82
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
[REQUEST]Auth Token #256
Comments
How does using an auth token change things? Does it not sign you out on other devices when using it? |
You can manually copy the Auth token from SC prefs files, or you can use titanium backup to restore your login data on another phone at the same time. @Andrerm124 when using the same Auth token, it uses the same login session. So you can use snapchat on two devices simultaneously with same account, as long as you don't log out (which will obviously void the login token). |
Although this seems interesting there isn't really any good way (That I can think of) to achieve this. You'd have to host every user's auth tokens which causes security issues. We could encrypt them but then we'd have to find a unique key (Device id isn't particularly unique as every premium/deluxe user had their uuid stored online). Then there's the problem with cost of hosting etc. |
I feel just a simple feature under advanced would be nice, to at least spoof it, and just hope that SC doesn't send dID very often |
@Andrerm124 you would not need to host it. A simple text box which allows users to copy/paste into would be sufficient. |
Please make it so you can read a session it will make it way easier to login |
As Snapchat can only sign in on one device at a time try and implement a feature where you can sign in using Auth Token just like Casper can it's highly useful
The text was updated successfully, but these errors were encountered: