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

Simple Authentication for Remix

Results 22 remix-auth issues
Sort by recently updated
recently updated
newest added

This is more of an idea than a finalized PR - I'm not sure if this approach is the best one, and supporting it fully would require changes to the...

### Discussed in https://github.com/sergiodxa/remix-auth/discussions/142 Originally posted by **ngbrown** March 12, 2022 `isAuthenticated` and `logout` take a `Request` just to get the session. The page very well could have already gotten...

enhancement

### Discussed in https://github.com/sergiodxa/remix-auth/discussions/142 Originally posted by **ngbrown** March 12, 2022 `isAuthenticated` and `logout` take a `Request` just to get the session. The page very well could have already gotten...

enhancement

Remix Auth could not only give you a way to authenticate users against a third party service using oAuth2, it could also give you everything to become a identity provider...

enhancement

This is similar to #35, but I make use of Netlify's preview deployments which can be accessed via several different endpoints. I don't actually know which endpoint a user has...

enhancement

Docs: https://developer.mozilla.org/en-US/docs/Web/API/PasswordCredential

documentation

Docs: https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential

documentation

Docs https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential

documentation

Remix Auth should have a way to support using the [Web Authentication API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API) somehow, or at an example or guide. - [ ] #44 - [ ] #45 - [...

documentation

- [ ] Documentation website - [ ] Document how to approach a Passport to Remix Auth migration - [ ] Document all current strategies - [ ] Create example...

documentation