SirSerje / unexpected-journey

An attempt to create text game on node.js engine ⚔️💰
0 stars 0 forks source link

[STORY] Authenticate / Authorize user #5

Open SirSerje opened 5 years ago

SirSerje commented 5 years ago

Authentication New player should have ability to play game. I propose to create page, where user should came with login and password, where he can get API key to play a game. This is not super secure, but for start, i think thats enough

Acceptance criteria

  1. I can enter localhost:5439/welcome
  2. I can register / login in SIMPLEST submit form (log pass and mail)
  3. I can see API key, which i will use later

Related tasks:

Additional context Maybe, I will add some more criteria, like logout.