aaronpxavier / ubpilots

ub pilots association web application
MIT License
1 stars 3 forks source link

Backend - Create Login Endpoints #12

Closed aaronpxavier closed 6 years ago

aaronpxavier commented 6 years ago
  1. Create api endpoint router.post for checking if token is still valid.
  2. Create api endpoint router.post for authenticating user. Endpoint will return valid token if user is successfully authenticated.