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

### Describe the bug The documentation still references CatchBoundary as an method to handle errors. CatchBoundary is a Remix v1 feature. Remix v2 uses the ErrorBoundary for both 400 and...

### Describe the bug The request body is empty in Strategy.authenticate() when using bun as runtime. In `src/authenticator.ts` a new Request is created but the body is not cloned in...