directus-extension-getstream-io
v2025.10.29-6
Published
Generate Stream video authentication tokens for video calls. Provides secure JWT token generation with user and call-specific access control.
Maintainers
Readme
Directus Extension GetStream.io
Generate authentication tokens for Stream (https://getstream.io) video calls in Directus.
Quick start
Install the package and set the required environment variables in Directus:
# Install
npm install directus-extension-getstream-io
# .env
STREAMIO_API_KEY=your_api_key
STREAMIO_API_SECRET=your_api_secretDevelopment
yarn install
yarn build
yarn testDocumentation
- API Reference — Complete endpoint documentation with examples
- Troubleshooting Guide — Common issues and solutions
- Publishing Guide — CI/CD and npm publishing instructions
- Changelog — Version history and release notes
Publishing (CI)
This repo contains a GitHub Actions workflow that publishes to npm when
code is pushed to the publish branch. See docs/PUBLISHING.md for the full
CI and publishing instructions (secrets, local checks, versioning).
Links
- Repository: github.com/AbhinayMe/directus-extension-getstream-io
- Package: npmjs.com/package/directus-extension-getstream-io
License
MIT
