Closed tschaffter closed 3 years ago
Fixes #48
Add the following endpoints:
/auth/local
/user
From now on endpoint will be updated to requires auth token when needed.
Fixes #48
Notes
Add the following endpoints:
/auth/local
that takes in the credentials of the user and return an auth token (JWT)/user
to get information about the authenticated userFrom now on endpoint will be updated to requires auth token when needed.