0.9.0

Compatibility

Compatible withAll Buffer, Broker, Storage, Auth, and Host plugins
ProductNotiway Notify

Installation

Environment Variables

VariableRequiredDefaultDescription
Infra__Plugins__TenantValidation__NameYesSet to NoValidation
Infra__Plugins__TenantValidation__VersionYesPlugin version (e.g., 0.9.0)

Infrastructure

No infrastructure setup required.

Docker Compose

docker-compose.yml
services:
  notiway:
    image: notiway/notify:portable-0.5.0
    ports:
      - "5000:8080"
    environment:
      - Infra__Plugins__TenantValidation__Name=NoValidation
      - Infra__Plugins__TenantValidation__Version=0.9.0
Do not use NoValidation in multi-tenant production environments. This plugin skips all tenant membership checks, meaning any authenticated user can subscribe to notifications for any tenant. It is intended for single-tenant deployments or local development. For multi-tenant production use, choose the Claims or Http plugin.