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
I mean the fron-end part of registration/login function.
two inputs and a button. when a button is pushed, it sends http request.
when logged in, it logs token into local storage, and sends token with every other requests after.
I see some code that contains user functions... but kind of hard to see how it works.
The text was updated successfully, but these errors were encountered:
Also, It would be better to use the mock data as a service response for the AuthAPI. So that we don't need to wait for the real Auth service during the front end implementation.
I mean the fron-end part of registration/login function.
two inputs and a button. when a button is pushed, it sends http request.
when logged in, it logs token into local storage, and sends token with every other requests after.
I see some code that contains user functions... but kind of hard to see how it works.
The text was updated successfully, but these errors were encountered: