Steelhacks-2023 / Lost-At-Pitt

Lost @ Pitt is a multi-platform lost-and-found tracking application, allowing users to return & reclaim lost items. Currently in development!
https://steelhacks-2023.github.io/Lost-At-Pitt/
6 stars 0 forks source link

User Authentication #23

Closed jeffzheng13 closed 10 months ago

jeffzheng13 commented 10 months ago

Implemented user authentication with the following caveats:

Things to check:

jeffzheng13 commented 10 months ago

@tbeidlershenk if you can change my navigation to follow your routing that would be good too.

tbeidlershenk commented 10 months ago

Is there a reason we mandate pitt.edu email?

jeffzheng13 commented 10 months ago

Is there a reason we mandate pitt.edu email?

Not particularly, but just at the current moment it seemed appropriate to ensure that only Pitt students could sign up. Not that that really matters as verification emails aren't sent, so anyone could technically just write xxxx@pitt.edu and it would work.

tbeidlershenk commented 10 months ago

I changed the MapPage loading state to load the Wrapper widget so we get that spinning animation instead of that ugly text. I tried to move signOut / signIn to the Route class but it wasn't working, it's a small thing we can fix later if we really care.