diff --git a/samples/browser/quickstart/README.md b/samples/browser/quickstart/README.md index b17367f..9ba4c11 100644 --- a/samples/browser/quickstart/README.md +++ b/samples/browser/quickstart/README.md @@ -1,6 +1,6 @@ # ThunderID Browser Quickstart -Open in StackBlitz +Open in StackBlitz A minimal Vite + vanilla JS app demonstrating sign-in and sign-out with the ThunderID JavaScript SDK (`@thunderid/browser`). diff --git a/samples/express/quickstart/README.md b/samples/express/quickstart/README.md index 69c0120..1eed6b8 100644 --- a/samples/express/quickstart/README.md +++ b/samples/express/quickstart/README.md @@ -1,6 +1,6 @@ # ThunderID Express Quickstart -Open in StackBlitz +Open in StackBlitz A minimal Express.js **API** protected by ThunderID access tokens, using the ThunderID JavaScript SDK (`@thunderid/express`). Unlike the browser-focused quickstarts, this sample doesn't have a diff --git a/samples/nextjs/quickstart/README.md b/samples/nextjs/quickstart/README.md index d45dea3..bc6cbef 100644 --- a/samples/nextjs/quickstart/README.md +++ b/samples/nextjs/quickstart/README.md @@ -1,6 +1,6 @@ # ThunderID Next.js Quickstart -Open in StackBlitz +Open in StackBlitz A minimal Next.js 15 App Router application demonstrating ThunderID authentication with OAuth 2.0, PKCE, and JWT out of the box. diff --git a/samples/node/quickstart/README.md b/samples/node/quickstart/README.md index eaa51c3..6f4c90a 100644 --- a/samples/node/quickstart/README.md +++ b/samples/node/quickstart/README.md @@ -1,6 +1,6 @@ # ThunderID Node.js Service Quickstart -Open in StackBlitz +Open in StackBlitz A minimal machine-to-machine (service-to-service) client, using the ThunderID Node.js SDK (`@thunderid/node`). Unlike the other quickstarts, there's no user and no browser sign-in: this diff --git a/samples/nuxt/quickstart/README.md b/samples/nuxt/quickstart/README.md index 78fc5be..ab0c89d 100644 --- a/samples/nuxt/quickstart/README.md +++ b/samples/nuxt/quickstart/README.md @@ -1,6 +1,6 @@ # ThunderID Nuxt Quickstart -Open in StackBlitz +Open in StackBlitz A minimal Nuxt 3 application demonstrating ThunderID authentication with OAuth 2.0, PKCE, and JWT out of the box. diff --git a/samples/react/quickstart/README.md b/samples/react/quickstart/README.md index 87859b3..78c807e 100644 --- a/samples/react/quickstart/README.md +++ b/samples/react/quickstart/README.md @@ -1,6 +1,6 @@ # ThunderID React Quickstart -Open in StackBlitz +Open in StackBlitz A minimal React + Vite application demonstrating ThunderID authentication with OAuth 2.0, PKCE, and JWT support using the `@thunderid/react` SDK. diff --git a/samples/vue/quickstart/README.md b/samples/vue/quickstart/README.md index 039cb36..1d292f4 100644 --- a/samples/vue/quickstart/README.md +++ b/samples/vue/quickstart/README.md @@ -1,6 +1,6 @@ # ThunderID Vue Quickstart -Open in StackBlitz +Open in StackBlitz A minimal Vue 3 + Vite application demonstrating ThunderID authentication with OAuth 2.0, PKCE, and JWT support using the `@thunderid/vue` SDK.