Sign In & Register
Authentication currently covers:
- Login
- Registration
- Google sign-in
- Forgot password flow
Accessing auth-gated pages redirects to the auth page, whereas attempting an auth action on a public page simply opens an auth modal. Auth-gated pages are handled at the middleware level.