Skip to content

Commit 9764333

Browse files
docs: reference liquid-js-sdk official package in README and documentation
1 parent 2debd61 commit 9764333

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Liquid is a Docker-based open-source authentication server that supercharges you
3030
- **Multiple Language Support:** Liquid is available in English, French and Tamil. More translations in progress!
3131
- **Small Image Size:** Tiny ~60MB image download.
3232

33+
## 📦 Official SDKs & Client Libraries
34+
35+
- **[liquid-js-sdk](https://www.npmjs.com/package/liquid-js-sdk):** Universal TypeScript/JavaScript SDK for Browsers & Node.js, providing full type-safe coverage for all Liquid APIs (user, admin, client, oauth, roles, system, health, SSO).
36+
- **[liquid-node-authenticator](https://www.npmjs.com/package/liquid-node-authenticator):** Express middleware for token authentication and scope verification in Node.js microservices.
37+
- **[liquid-node-connector](https://www.npmjs.com/package/liquid-node-connector):** Machine-to-machine client credentials connector for backend services.
38+
3339
## Translation Credits
3440

3541
- **Spanish (es):** [@juliolopeztorres](https://github.com/juliolopeztorres)

docs/docs/Intro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ The Quickstart script by default runs in "Demo Mode", which means, an applicatio
6868
## Connecting Your Backend Service to Liquid Quickstart Instance
6969
Refer to [this section](/Understanding-Access-Control-and-Integrating-with-Other-Microservices) to find out how to authenticate users connecting to your service using Liquid.
7070

71+
## 📦 Official SDKs & Packages
72+
73+
- **[liquid-js-sdk](https://www.npmjs.com/package/liquid-js-sdk):** Universal TypeScript/JavaScript SDK for web browsers and Node.js with complete type safety across all Liquid APIs (`liquid.user.*`, `liquid.admin.*`, `liquid.client.*`, `liquid.oauth.*`, `liquid.roles.*`, `liquid.system.*`, `liquid.health.*`, `liquid.sso.*`).
74+
- **[liquid-node-authenticator](https://www.npmjs.com/package/liquid-node-authenticator):** Express middleware for token authentication and scope verification.
75+
- **[liquid-node-connector](https://www.npmjs.com/package/liquid-node-connector):** Node.js helper for machine-to-machine client credentials.
76+
7177
## API Documentation
7278

7379
Get started with the APIs [here](/api-documentation/API-Documentation-OAuth-2.0)

docs/docs/api-documentation/API-Documentation-OAuth-2.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ All standard OAuth APIs use `sake_case` for both request and response parameters
88

99
:::
1010

11+
:::tip
12+
13+
For web applications (React, Vue, Next.js, Node.js), you can use the official **[liquid-js-sdk](https://www.npmjs.com/package/liquid-js-sdk)** package to call all Liquid APIs with zero boilerplate and full TypeScript support.
14+
15+
:::
16+
1117
## Client Authentication
1218

1319
<details>

0 commit comments

Comments
 (0)