Is your feature request related to a problem? Please describe.
The Thunderlight Website cannot be published to production without the user system.
Describe the solution you'd like
The user system is important for making a relation between him or her and the gaming session with an engine so that the engine gets automatically loaded after the website is reopened. Also, the engine will be killed if something happens to the corresponding user. Adding the user system is a complex task, which includes:
- Creating new models in the ORM
- Creating new API routes
- Playing around the response headers
- Implementing the security & encryption
Additional info
All the discussion about the user system implementation techniques should be in the comments to this issue.
Is your feature request related to a problem? Please describe.
The Thunderlight Website cannot be published to production without the user system.
Describe the solution you'd like
The user system is important for making a relation between him or her and the gaming session with an engine so that the engine gets automatically loaded after the website is reopened. Also, the engine will be killed if something happens to the corresponding user. Adding the user system is a complex task, which includes:
Additional info
All the discussion about the user system implementation techniques should be in the comments to this issue.