Minor Changes
-
Add
auth, a high-level browser authentication package for Remix.Includes:
- generic
oidc()support for standards-based providers - thin
microsoft(),okta(), andauth0()wrappers on top of OIDC - OAuth provider helpers for Google, GitHub, and Facebook
credentials()for email/password and other direct login flows- composable
verifyCredentials(),startExternalAuth(),finishExternalAuth(), andcompleteAuth()primitives for session-backed browser authentication - auth helpers that preserve richer
fetch-routerrequest context types
- generic
Patch Changes
- Bumped
@remix-run/*dependencies: