You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
As a user, I want to be able to login to the application using Google OAuth 2.0 authentication.
Guidelines:
Only users registered under the Parking Reform Network domain (@parkingreform.org) should be able to login. For all other users, there should be an error that says their login is unauthorized.
Use Google SSO. When users click this button, it will take them to a consent screen from Google where they have to approve the application to access their user information (username / password)
Upon successful login, redirect them to the CRUD database.
As a user, I want to be able to login to the application using Google OAuth 2.0 authentication.
Guidelines: