chore: bump version to v1.1 and update OpenAPI spec for multi-tenancy

This commit is contained in:
ramvignesh-b
2026-05-13 00:58:19 +05:30
parent 4e55c1e4aa
commit 5b72ded2d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export const openApiSpec = {
version: `${API_VERSION}.${APP_VERSION}`,
title: "toknd Auth Broker API",
description:
"A high-performance OAuth2 broker and token management service. Designed to centralize provider configurations and automate token lifecycle management across distributed systems.",
"A high-performance OAuth2 broker and token management service with multi-tenancy support. Designed to centralize provider configurations and automate token lifecycle management across distributed systems, securely isolated by Tenant IDs.",
},
tags: [
{
+1 -1
View File
@@ -1,2 +1,2 @@
export const API_VERSION = "v1";
export const APP_VERSION = "1.0";
export const APP_VERSION = "1.1";