Getting Started
AI agents
Load the AuthEndpoints skill in Cursor or another coding agent.
The library installs with NuGet. The skill is extra, for coding agents.
npx skills add madeyoga/AuthEndpoints
That command pulls skills/authendpoints/ from madeyoga/AuthEndpoints into the current project. Most agents put it in .agents/skills or .cursor/skills.
Install the package as usual:
dotnet add package AuthEndpoints
Current stable is 3.0.1. Configuration, modules, and production notes live at https://madeyoga.github.io/AuthEndpoints. There is no MCP server.
This repository
When AuthEndpoints itself is the Cursor workspace, Cursor loads .cursor/skills/authendpoints/. It does not auto-load skills/ at the repo root.
Optional: in Cursor, Customize → Rules → Remote Rule (GitHub), and paste https://github.com/madeyoga/AuthEndpoints.