You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: