Open samcdavid opened 7 years ago
Users need the ability to login to the system. The rails kit is using token auth and therefore should be used in this kit as well.
Tasks:
/api/v1/session
Users need the ability to login to the system. The rails kit is using token auth and therefore should be used in this kit as well.
Tasks:
/api/v1/session
with the correct information will authorize the user and return a token to them/api/v1/session
with a bad information will return HTTP status 401 Unauthorized