@antelopejs/interface-auth
v0.0.4
Published
AntelopeJS interface for JWT authentication and session management
Readme

Interface Auth
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.
Installation
npm install @antelopejs/interface-authDocumentation
Detailed 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
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
