remix-auth-auth0 icon indicating copy to clipboard operation
remix-auth-auth0 copied to clipboard

An Auth0Strategy for Remix Auth, based on the OAuth2Strategy

Results 6 remix-auth-auth0 issues
Sort by recently updated
recently updated
newest added

### Describe the bug If you enable refresh tokens and your token expires isAuthenticated returns true and authenticate doesn't re-authenticate (or use the refresh token to) I can't seem to...

### Describe the bug Currently, the authenticator.logout method is not logging the user out in auth0. See this issue for further details: https://github.com/sergiodxa/remix-auth-oauth2/issues/15 # Current usage Right now I have...

enhancement
good first issue

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Open These updates have all been created already. Click a checkbox below to force a retry/rebase of...

This allows users to augment it with custom data. I'm using it to augment type with metadata I'm returning. ```ts declare module "remix-auth-auth0" { interface Auth0UserInfo { "https://my.prefix.domain/metadata"?: { company_name?:...

Bumped `remix-auth-oauth2` to v2 which caused breaking changes in this package. The shape of the `verify` response has changed and appending non-standard custom query string params doesn't appear to be...

👋 , adding ESM support for those who are using vite. As part of this `tsup` makes supporting both pretty easy. Hope a random PR is okay!