A decorator-based framework for implementing authentication and authorization in TypeScript. Interface Auth provides token signing, verification, and flexible decorator-based parameter injection for securing API endpoints.
npm install @antelopejs/interface-authDetailed documentation is available in the docs directory:
- Introduction - Overview and core concepts
- Authentication Basics - Authentication flow, sources, and verifiers
- Token Handling - Token generation and validation
- Parameter Decoration - Authentication decorators and custom providers
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
