Skip to content

Commit d90a0ff

Browse files
minor fix on the auth page
1 parent 743febf commit d90a0ff

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

api-reference/inference-api/authentication.mdx

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ To ensure secure access to Portkey's APIs, authentication is required for all re
1414

1515
Based on your access level, you might see the relevant permissions on the API key modal - tick the ones you'd like, name your API key, and save it.
1616

17+
<Card title="JWT-based Authentication" href="#jwt-based-authentication">
18+
You can also authenticate Portkey using JWT Tokens. Learn more here
19+
</Card>
20+
1721
## Authentication with SDKs
1822

1923
### Portkey SDKs
@@ -132,9 +136,23 @@ response = openai_client.chat.completions.create(
132136
Read more [here](/integrations/llms/openai).
133137

134138

135-
### JWT Token Authentication
136-
Portkey supports JWT-based authentication in addition to API Key authentication. Clients can authenticate API requests using a JWT token, which is validated against a configured JWKS (JSON Web Key Set).
139+
## JWT-based Authentication
140+
141+
Portkey supports JWT-based authentication as a secure alternative to API Key authentication. With JWT authentication, clients can authenticate API requests using a JWT token that is validated against a configured JWKS (JSON Web Key Set).
142+
143+
This enterprise-grade authentication method is available as an add-on to any Portkey plan. JWT authentication provides enhanced security through:
144+
145+
- Temporary, expiring tokens
146+
- Fine-grained permission scopes
147+
- User identity tracking
148+
- Centralized authentication management
137149

138150
<Card title="JWT Token Authentication" href="/product/enterprise-offering/org-management/jwt">
139-
You can also authenticate Portkey using JWT Tokens. Learn more here
151+
Learn how to implement JWT-based authentication with Portkey
140152
</Card>
153+
154+
<Note>
155+
<b>Interested in adding JWT authentication to your Portkey plan?</b>
156+
157+
[Contact our sales team](https://portkey.sh/jwt) to discuss pricing and implementation details.
158+
</Note>

0 commit comments

Comments
 (0)