Skip to content
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

Open
TehMerkMods opened this issue Oct 4, 2016 · 6 comments
Open

[REQUEST]Auth Token #256

TehMerkMods opened this issue Oct 4, 2016 · 6 comments

Comments

@TehMerkMods
Copy link

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

@Andrerm124
Copy link
Contributor

How does using an auth token change things? Does it not sign you out on other devices when using it?

@MrYawnie
Copy link
Contributor

MrYawnie commented Oct 4, 2016

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).

@Andrerm124
Copy link
Contributor

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.

@M1kep
Copy link
Contributor

M1kep commented Oct 4, 2016

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

@psylenced
Copy link

@Andrerm124 you would not need to host it.

A simple text box which allows users to copy/paste into would be sufficient.

@smooter
Copy link

smooter commented Oct 30, 2016

Please make it so you can read a session it will make it way easier to login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants