Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: integrate auth (pt. 1) #15

Merged
merged 26 commits into from
Aug 26, 2024
Merged

feat: integrate auth (pt. 1) #15

merged 26 commits into from
Aug 26, 2024

Conversation

KevinWu098
Copy link
Member

@KevinWu098 KevinWu098 commented Aug 23, 2024

This PR has become a little too gargantuan for my tastes. It will be followed up by the implementation of RoleContext, auth utilities (e.g. forgotPassword), and other auth goodies.

firebase sucks 🙃

Description

  1. Integrates CTC's authentication repositories (https://github.com/ctc-uci/authentication-frontend, https://github.com/ctc-uci/authentication-backend) into our default templates
  2. Adds ProtectedRoute and CatchAll components, alongside react-router-dom routing
  3. Adds AuthContext and BackendContext as well as their associated hooks
  4. Adds a basic login, logout, signup, and dashboard (ProtectedRoute)
  5. Adds Firebase and many associated methods (WIP)
  6. Adds cookie support (WIP)
  7. Patches signInWithRedirect (see documentation)
  8. Adds users table

Screenshots/Media

Screen.Recording.2024-08-26.at.2.33.52.AM.1.mov

Issues

Works towards #10

@KevinWu098 KevinWu098 marked this pull request as ready for review August 26, 2024 09:26
@KevinWu098 KevinWu098 changed the title feat: integrate auth feat: integrate auth (pt. 1) Aug 26, 2024
@KevinWu098 KevinWu098 merged commit 367414f into main Aug 26, 2024
1 check passed
@KevinWu098 KevinWu098 deleted the kwu/auth branch August 26, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant