Open Hilal-Bilun-Kara opened 6 months ago
[ ] As a client;
[ ] on app start it should check if there is token in localStorage
[ ] if there is
{ Authorization: token }
**NOT: Do not add Bearer prefix to token
Bearer
GET
/verify
localStorage
axios
[ ] if token is not authorized,
[ ] As a client;
[ ] on app start it should check if there is token in localStorage
[ ] if there is
{ Authorization: token }
**NOT: Do not add
Bearer
prefix to tokenGET
request to/verify
endpointlocalStorage
&axios
header[ ] if token is not authorized,
localStorage
axios
header