auth-token-manager

Installation
SKILL.md

MikoPBX Authentication Token Manager

Overview

This skill provides reliable JWT Bearer token acquisition for MikoPBX REST API v3. Solves the persistent problem of getting valid authentication tokens for API testing and development.

Authentication Architecture

MikoPBX uses dual-token authentication:

  1. Access Token (JWT)
    • Type: JSON Web Token
    • Lifetime: 15 minutes (900 seconds)
    • Storage: In-memory (Authorization: Bearer header)
    • Purpose: Stateless API authorization
Installs
2
Repository
mikopbx/core
GitHub Stars
571
First Seen
Jun 9, 2026
auth-token-manager — mikopbx/core