Page Index - demingongo/kaapi GitHub Wiki
86 page(s) in this GitHub Wiki:
- Home
- Welcome to the kaapi wiki!
- Installation
- Getting Started
- Notes
- Routing
- Overview
- Example
- Handling 404s (Not Found)
- Example: Custom 404 Page
- Logger
- Default Logger (Winston)
- Example:
- Custom Logger Support
- ILogger Interface:
- Example with a Custom Logger:
- Creating a Custom Winston-Based Logger
- Custom Formatting & Transports
- Example: JSON Format (for external ingestion)
- Example: Log to File
- Integrating with External Log Platforms
- Authorization
- Minimal Setup
- Auth Designs
- Bearer Token Authorization
- Options
- Basic Authorization
- Options
- API Key Authorization
- Options
- Using Auth in Routes
- Use Default Strategy + mode: required
- Use a Specific Strategy per Route
- Auth Modes Summary (from Hapi)
- API Documentation
- Customizing Docs
- Route Documentation
- Excluding Routes from Docs
- Joi-based Schema Generation
- File Uploads in Docs
- Messaging
- Purpose
- Interface Definition
- Implementations
- Example Usage
- When to Use
- Extending
- How to Extend
- Plugin Interface
- KaapiTools: Your Integration Toolbox
- What You Can Do with KaapiTools
- Example: Creating a Simple Plugin
- Using Your Plugin
- Summary
- Authorization ‐ OAuth2
- Please reload this page
- Authorization ‐ OAuth2 ‐ Tuto 1 ‐ Overview
- Please reload this page
- Authorization ‐ OAuth2 ‐ Tuto 2 ‐ Core Builder Methods
- Please reload this page
- Authorization ‐ OAuth2 ‐ Tuto 3‐1 ‐ Authorization Code Flow with authorizationRoute
- Please reload this page
- Authorization ‐ OAuth2 ‐ Tuto 3‐2 ‐ Device Authorization Flow with authorizationRoute
- Please reload this page
- Authorization ‐ OAuth2 ‐ Tuto 4 ‐ Token Issuance with tokenRoute
- Please reload this page
- Authorization ‐ OAuth2 ‐ Tuto 5 ‐ Token Refresh Flow with refreshTokenRoute
- Please reload this page
- Authorization ‐ OAuth2 ‐ Tuto 6 ‐ Access Token and JWKS
- Please reload this page
- Authorization ‐ OAuth2 ‐ Tuto 7 ‐ Multiple Flows Builder
- Please reload this page
- Authorization ‐ OIDC Authorization Code
- Please reload this page
- Authorization ‐ OIDC Authorization Code with User Info Endpoint
- Please reload this page
- Authorization ‐ OIDC Client Credentials
- Please reload this page
- Authorization ‐ OIDC Device Authorization
- Please reload this page
- KafkaMessaging
- Please reload this page
- KafkaMessaging Design Philosophy
- Please reload this page
- Testing
- Please reload this page