malparty / react-survey

Nimble internal certification for React — the opportunity to learn with deep practice!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature][BackEnd] As a User, I can submit the login form and see the status of my login request

malparty opened this issue · comments

Why

In order to enable a user to sign in to the application

image

Acceptance Criteria

  • ✅ Handle API requests (including setting up the base API connection structure and staging/production logic)
  • ✅ Handle the storage of access&refresh tokens
  • Do not add a new screen yet — use a default "you are logged in" message instead
  • Do not handle the token refresh mechanism yet
  • Do not handle layout style yet

Who Benefits?

Users who could not use the future features without being logged in.