github remix-run/remix auth@0.1.0
auth v0.1.0

latest releases: component@0.6.0, remix@3.0.0-alpha.4, static-middleware@0.4.5...
7 hours ago

Minor Changes

  • Add auth, a high-level browser authentication package for Remix.

    Includes:

    • generic oidc() support for standards-based providers
    • thin microsoft(), okta(), and auth0() 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(), and completeAuth() primitives for session-backed browser authentication
    • auth helpers that preserve richer fetch-router request context types

Patch Changes

Don't miss a new remix release

NewReleases is sending notifications on new releases.