
Remix Auth
Simple Authentication for Remix and React Router apps.
Support the Project
If you find Remix Auth useful, please consider sponsoring the project. Your support helps maintain this stable, production-ready library!
Features
- Full Server-Side Authentication
- Complete TypeScript Support
- Strategy-based Authentication
- Implement custom strategies
Overview
Remix Auth is a complete open-source authentication solution for Remix and React Router applications.
Heavily inspired by Passport.js, but completely rewrote it from scratch to work on top of the Web Fetch API. Remix Auth can be dropped in to any Remix or React Router based application with minimal setup.
As with Passport.js, it uses the strategy pattern to support the different authentication flows. Each strategy is published individually as a separate npm package.
Installation
npm install remix-auth