chore: bump version to v1.1 and update OpenAPI spec for multi-tenancy
This commit is contained in:
+1
-1
@@ -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
@@ -1,2 +1,2 @@
|
||||
export const API_VERSION = "v1";
|
||||
export const APP_VERSION = "1.0";
|
||||
export const APP_VERSION = "1.1";
|
||||
|
||||
Reference in New Issue
Block a user