aaronpxavier / ubpilots

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

Frontend - create login service #7

Closed aaronpxavier closed 6 years ago

aaronpxavier commented 6 years ago

Create angular 5 service - service makes get request to server with user name and password. if the user and pass is correct api will respond with a token. service then stores token in local storage.