🧪 Skills
Secure Api Starter
Provides a production-ready API template with JWT, API key, OAuth2 authentication, role-based access control, rate limiting, input validation, logging, and e...
v1.0.0
Description
Secure API Starter
Production-ready secure API template.
Features
- Authentication - JWT, API keys, OAuth2
- Authorization - Role-based access control
- Rate Limiting - Per-user, per-IP
- Input Validation - Schema validation
- Logging - Request/response logs
- Error Handling - Structured errors
Quick Start
# Create API
./create-api.sh my-api
# Add authentication
./create-api.sh my-api --auth jwt
# Add rate limiting
./create-api.sh my-api --rate-limit 100
Auth Methods
- JWT tokens
- API keys
- OAuth2 (Google, GitHub)
- Session-based
Requirements
- Node.js 18+
- TypeScript
Author
Sunshine-del-ux
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!