@apex-framework/plugin-auth
v0.0.2
Published
Authentication plugin for Apex framework
Downloads
8
Readme
@apex-framework/plugin-auth
Authentication plugin for the Apex framework.
Installation
npm install @apex-framework/plugin-authUsage
import authPlugin from '@apex-framework/plugin-auth';
// Use the auth plugin
const plugin = authPlugin({
// Configuration options
});Features
- JWT-based authentication
- Session management
- Middleware for protecting routes
Documentation
For full documentation, visit https://apex-framework.github.io/docs
