@thunderid/nextjs 0.0.2 → 0.0.4

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.
Files changed (2) hide show
  1. package/README.md +21 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ ![ThunderID Next.js SDK](https://raw.githubusercontent.com/thunder-id/thunderid/refs/heads/main/docs/content/sdks/assets/images/%40thunderid%3Anextjs_sdk_banner.png)
2
+
3
+ Next.js SDK for ThunderID. Provides authentication for Next.js applications with support for server components, server actions, and middleware.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @thunderid/nextjs
9
+ ```
10
+
11
+ ```bash
12
+ pnpm add @thunderid/nextjs
13
+ ```
14
+
15
+ ```bash
16
+ yarn add @thunderid/nextjs
17
+ ```
18
+
19
+ ## License
20
+
21
+ This project is licensed under the [Apache License 2.0](https://github.com/thunder-id/thunderid/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thunderid/nextjs",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Next.js SDK for ThunderID",
5
5
  "keywords": [
6
6
  "thunderid",
@@ -50,8 +50,8 @@
50
50
  "@types/react": "19.2.14",
51
51
  "jose": "5.2.0",
52
52
  "tslib": "2.8.1",
53
- "@thunderid/node": "^0.0.2",
54
- "@thunderid/react": "^0.0.1"
53
+ "@thunderid/react": "^0.0.4",
54
+ "@thunderid/node": "^0.0.5"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/node": "24.7.2",