matty22 / Nightlife

Full stack JavaScript nightlife RSVP app

Home Page:https://matty22nightlife.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more secure authentication system

matty22 opened this issue · comments

What is the current behavior?


The app uses the Google login API for user authentication.

What is the expected behavior?


The app should use something like JWT or oAuth for authentication.