create-authenik8-app 2.4.8 → 2.4.9

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,5 +1,16 @@
1
1
 
2
- <h1 align="center">✨ create-authenik8-app ✨</h1>
2
+ <div align="center">
3
+ <pre>
4
+ █████╗ █████╗
5
+ ██╔══██╗ ██╔══██╗
6
+ ███████║ ╚█████╔╝
7
+ ██╔══██║ ██╔══██╗
8
+ ██║ ██║ ╚█████╔╝
9
+ ╚═╝ ╚═╝ ╚════╝
10
+ </pre>
11
+
12
+ <h1>create-authenik8-app</h1>
13
+ </div>
3
14
 
4
15
  <p align="center">
5
16
  <i>Launch secure, production-ready authentication in seconds.</i>
@@ -22,7 +33,7 @@
22
33
  ![subtitle](https://readme-typing-svg.demolab.com?font=Fira+Code&size=18&pause=1000&color=00C2FF&width=600&lines=Production-ready+Auth+Generator;JWT+%2B+OAuth+%2B+Prisma+%2B+Redis;Identity+Engine+powered+authentication+system)
23
34
 
24
35
 
25
- ![Demo](https://raw.githubusercontent.com/COD434/create-authenik8-app/main/assets/SVID_20260412_112831_1-ezgif.com-video-to-gif-converter.gif)
36
+ ![Demo](https://raw.githubusercontent.com/COD434/create-authenik8-app/main/assets/demo.gif)
26
37
 
27
38
 
28
39
  **See a real generated example → [create-authenik8-app-example](https://github.com/COD434/create-authenik8-app-example)**
@@ -175,7 +186,7 @@ This design makes future additions (MFA, WebAuthn, etc.) much cleaner.
175
186
  ---
176
187
  ## Powered by
177
188
 
178
- authenik8-core (v1.0.33) identity & token engine(beta)
189
+ authenik8-core (v1.0.38) identity & token engine(beta)
179
190
 
180
191
  ---
181
192
 
@@ -12,7 +12,7 @@
12
12
  "docker:down": "docker compose down"
13
13
  },
14
14
  "dependencies": {
15
- "authenik8-core": "^1.0.33",
15
+ "authenik8-core": "^1.0.38",
16
16
  "dotenv": "^16.0.0",
17
17
  "express": "^4.19.2",
18
18
  "@prisma/client": "5.22.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-authenik8-app",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "description": " Fast Express + TypeScript auth starter with secure JWT, refresh rotation, Redis, RBAC, OAuth & Prisma.\nPowered by the Authenik8 Identity Engine.",
5
5
  "bin": {
6
6
  "create-authenik8-app": "dist/src/bin/index.js"
@@ -29,7 +29,7 @@
29
29
  "author": "Karabo Seeisa",
30
30
  "type": "module",
31
31
  "dependencies": {
32
- "authenik8-core": "^1.0.33",
32
+ "authenik8-core": "^1.0.38",
33
33
  "bun": "^1.3.12",
34
34
  "chalk": "^5.6.2",
35
35
  "fs-extra": "^11.3.4",
@@ -53,9 +53,10 @@
53
53
  "devDependencies": {
54
54
  "@types/express": "^5.0.6",
55
55
  "@types/fs-extra": "^11.0.4",
56
- "@types/node": "^25.9.1",
56
+ "@types/node": "^25.9.3",
57
57
  "@types/supertest": "^7.2.0",
58
58
  "@vitest/coverage-v8": "^4.1.8",
59
+ "fast-check": "^4.8.0",
59
60
  "supertest": "^7.2.2",
60
61
  "vitest": "^4.1.8"
61
62
  },
@@ -64,6 +65,6 @@
64
65
  "url": "https://github.com/COD434/create-authenik8-app.git"
65
66
  },
66
67
  "overrides": {
67
- "brace-expansion": "2.0.2"
68
+ "brace-expansion": "2.0.3"
68
69
  }
69
70
  }
@@ -12,7 +12,7 @@
12
12
  "docker:down": "docker compose down"
13
13
  },
14
14
  "dependencies": {
15
- "authenik8-core": "^1.0.33",
15
+ "authenik8-core": "^1.0.38",
16
16
  "dotenv": "^16.0.0",
17
17
  "express": "^4.19.2",
18
18
  "@prisma/client": "5.22.0"
@@ -12,7 +12,7 @@
12
12
  "docker:down": "docker compose down"
13
13
  },
14
14
  "dependencies": {
15
- "authenik8-core": "^1.0.33",
15
+ "authenik8-core": "^1.0.38",
16
16
  "dotenv": "^16.0.0",
17
17
  "express": "^4.19.2",
18
18
  "@prisma/client": "5.22.0"
@@ -9,7 +9,7 @@
9
9
  "docker:down": "docker compose down"
10
10
  },
11
11
  "dependencies": {
12
- "authenik8-core": "^1.0.33",
12
+ "authenik8-core": "^1.0.38",
13
13
  "dotenv": "^16.0.0",
14
14
  "express": "^4.18.2",
15
15
  "@prisma/client": "5.22.0"