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

Simple Authentication for Remix

Results 27 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...

- 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...

enhancement
breaking change

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@arethetypeswrong/cli&package-manager=bun&previous-version=0.18.1&new-version=0.18.2)](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`....

dependencies
javascript

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typedoc&package-manager=bun&previous-version=0.28.4&new-version=0.28.5)](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`....

dependencies
javascript