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

Authentication System #5

Open
3 of 4 tasks
whitenoiseoss opened this issue Apr 18, 2018 · 0 comments
Open
3 of 4 tasks

Authentication System #5

whitenoiseoss opened this issue Apr 18, 2018 · 0 comments
Assignees
Labels
new feature! marks a whole new feature Pub 1 Part of Publish 1 security
Milestone

Comments

@whitenoiseoss
Copy link
Owner

Authentication

JWT

The decided authentication solution is to use JSON Web Tokens. These would be best stored in something like Redis. Depending on use-case, these tokens could also be used to evaluate roles in-game as well by creating a custom Claims struct.

Checklist

  • Secure password storage and retrieval
  • Username/password validation
  • Account objects
  • Connect into engine by having an account own entities, etc.
@whitenoiseoss whitenoiseoss added Pub 1 Part of Publish 1 new feature! marks a whole new feature security labels Apr 18, 2018
@whitenoiseoss whitenoiseoss added this to the Publish 1 milestone Apr 18, 2018
@whitenoiseoss whitenoiseoss self-assigned this Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature! marks a whole new feature Pub 1 Part of Publish 1 security
Projects
None yet
Development

No branches or pull requests

1 participant