@drmhse/sso-sdk 0.2.9 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # SSO Platform SDK
1
+ # AuthOS SDK
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@drmhse/sso-sdk)](https://www.npmjs.com/package/@drmhse/sso-sdk)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- A zero-dependency, strongly-typed TypeScript SDK for the multi-tenant SSO Platform API.
6
+ A zero-dependency, strongly-typed TypeScript SDK for AuthOS, the multi-tenant authentication platform.
7
7
 
8
8
  **[View Full Documentation →](https://drmhse.com/docs/sso/)**
9
9
 
@@ -292,7 +292,7 @@ sso.onAuthStateChange((isAuthenticated) => {
292
292
 
293
293
  ## Platform Administration
294
294
 
295
- For platform owners managing the entire SSO system:
295
+ For platform owners managing AuthOS:
296
296
 
297
297
  ```typescript
298
298
  // Approve pending organization
@@ -344,7 +344,7 @@ const login = async (credentials: LoginPayload): Promise<RefreshTokenResponse> =
344
344
 
345
345
  ## Validating JWTs in Your Backend
346
346
 
347
- The SSO platform uses RS256 (asymmetric) JWT signing. Your backend can validate tokens without sharing secrets:
347
+ AuthOS uses RS256 (asymmetric) JWT signing. Your backend can validate tokens without sharing secrets:
348
348
 
349
349
  ```typescript
350
350
  // Fetch JWKS from the SSO platform