codydaig / 911vm

2 stars 5 forks source link

Authentication - Backend #21

Closed codydaig closed 5 years ago

codydaig commented 5 years ago

Implement Authentication on the backend.

My initial thoughts to help guide getting started:

Let me know if you need any other guidance.

mjraybk07 commented 5 years ago

We added a PR for user sign up https://github.com/codydaig/911vm/pull/22

TODO: We will follow with user sign in, and then middleware to protect /authorize / authenticate transactions

mjraybk07 commented 5 years ago

We added a PR#24 which incorporates and replaces PR#23. It adds the user login api and protect / authorization middleware https://github.com/codydaig/911vm/pull/24

This completes our submissions for the above issue and features