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 +14 -3
- package/dist/templates/package.json +1 -1
- package/package.json +5 -4
- package/templates/express-auth/package.json +1 -1
- package/templates/express-auth+/package.json +1 -1
- package/templates/express-base/package.json +1 -1
- package/templates/express-base/src/package-lock.json +0 -2426
package/README.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
<
|
|
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
|

|
|
23
34
|
|
|
24
35
|
|
|
25
|
-

|
|
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.
|
|
189
|
+
authenik8-core (v1.0.38) identity & token engine(beta)
|
|
179
190
|
|
|
180
191
|
---
|
|
181
192
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-authenik8-app",
|
|
3
|
-
"version": "2.4.
|
|
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.
|
|
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.
|
|
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.
|
|
68
|
+
"brace-expansion": "2.0.3"
|
|
68
69
|
}
|
|
69
70
|
}
|