
Open Source
AuthEndpoints
Ready-made auth endpoints on top of ASP.NET Core Identity. Registration, login, 2FA, password reset, and passkeys, mapped in minutes.
The Problem
Every ASP.NET Core API redoes the same auth. Register, login, email confirmation, password reset, 2FA, session management, each with a different user model.
The Solution
AuthEndpoints turns that work into a composable library on top of ASP.NET Core Identity. Pick your modules, set the token strategy, and map a secure auth layer in minutes instead of a week of copy-paste.
Key Features
- Composable auth endpoints & modules
- Cookie, bearer, or Simple JWT sign-in
- Passkeys (WebAuthn) support
- Hardening on by default
- Optional GitHub & Google OAuth
Results
AuthEndpoints 3.0 ships with passkeys, hardened defaults, and public docs. Auth setup becomes a step, not a phase.