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

Replace Token Auth with Basic Auth + Keychain #16

Open
catsby opened this issue Jun 8, 2011 · 0 comments
Open

Replace Token Auth with Basic Auth + Keychain #16

catsby opened this issue Jun 8, 2011 · 0 comments

Comments

@catsby
Copy link
Owner

catsby commented Jun 8, 2011

The app currently uses a Users's token for authentication.
My original intention was to avoid asking for the users password if I didn't have to.

With OAuth being added, token based auth all but official depreciated in v3, no foreseeable xAuth/desktop workflow being added, we need to switch to using basic auth.

Storing the users password in the keychain is really already supported, we store the token there right now. Need to switch to using password, and gracefully transition others over from token based.

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

No branches or pull requests

1 participant