remix-auth
remix-auth copied to clipboard
Simple Authentication for Remix
### 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...
- Makes router operations injectable - Makes router context generic - Still adheres to Remix's sessionStorage and session API's
This pull request adds two pieces of information to the Remix Auth README: - A "Supported runtimes" section that clearly shows which environments Remix Auth supports. This addition helps users...
Change how the Authenticator and Strategy classes work to use a Cookie instead of SessionStorage. This simplifies many things in the library, since strategies uses a plain cookie to store...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....