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

Create And Save Unique Tokens for Logged In User #2

Open
chrisdevwords opened this issue Feb 28, 2016 · 0 comments
Open

Create And Save Unique Tokens for Logged In User #2

chrisdevwords opened this issue Feb 28, 2016 · 0 comments

Comments

@chrisdevwords
Copy link
Contributor

  1. Install and setup MongoPy (or some other lightweight database)
  2. When a User logs in via Enable Google OAuth Login #1 create a unique Guid Token
  3. Save that token to the database against that user's google id
  4. Update the Authentication Decorator for the HipChat endpoint to check that a token exits
  5. Remove the static auth token implementation
  6. Update README to include setup info for data storage
@chrisdevwords chrisdevwords added this to the login authentication milestone Feb 28, 2016
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