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 Auth System #9

Closed tbeidlershenk closed 10 months ago

tbeidlershenk commented 11 months ago

Might be too big of an enhancement to label as an issue, but moving forward we definitely want to implement a user system so that we can (potentially) have in-app messaging when users are working to get lost items returned. Maybe this is much more complex to be worth it, though.

We can re-use the sign in page from Remedi and tweak the styling to fit with our app style.

@jeffzheng13 Add any thoughts you have to this as well

jeffzheng13 commented 11 months ago

For now, we can just use Firebase Auth as the way to go and mandate a .pitt.edu email, but in the future we can think about SSO and SAML incorporation.