@antelopejs/interface-auth
v0.0.2
Published
AntelopeJS interface for JWT authentication and session management
Downloads
1,130
Readme

Interface Auth
A flexible, decorator-based framework for implementing authentication and authorization in TypeScript. Interface Auth simplifies securing API endpoints, validating user credentials, and managing user sessions with a clean, declarative syntax.
Installation
ajs module imports add auth@betaDocumentation
Detailed documentation is available in the docs directory:
- Introduction - Overview and basic concepts
- Authentication Basics - Core authentication concepts and usage
- Token Handling - Token generation and validation
- Parameter Decoration - Authentication decorators and parameter validation
Current Status
This is the development version (beta) of the Interface Auth. It is currently in pre-release stage and may undergo changes before the final release. The interface is not considered stable for production use without understanding that breaking changes may occur.
Versions
| Version | Link | Status | | ------- | ---------------------------------------------------------------------------------------- | --------------------------------------------- | | beta | auth@beta | Waiting validation from community to go in v1 | | 1 | Not yet released | Planned stable release |
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
