algoristas / api

Algorists dashboard API
4 stars 1 forks source link

User management: Sign in #17

Open rendon opened 6 years ago

rendon commented 6 years ago

Create the necessary endpoints to sign in existing users, that is, provided a user name (or email, part of the design), and a password, return an authentication token used to exchange messages between the client and the server until the session is closed.