create-authenik8-app 2.2.0 → 2.3.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.
- package/README.md +11 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
<h1 align="center"
|
|
2
|
+
<h1 align="center">✨ create-authenik8-app ✨</h1>
|
|
3
3
|
|
|
4
|
+
<p align="center">
|
|
5
|
+
<i>Launch secure, production-ready authentication in seconds.</i>
|
|
6
|
+
</p>
|
|
4
7
|
|
|
5
|
-
|
|
8
|
+
<p align="center">
|
|
9
|
+
If this saved you time, a ⭐ helps a lot
|
|
10
|
+
</p>
|
|
6
11
|
|
|
7
12
|
|
|
8
13
|
<p align="center">
|
|
@@ -10,9 +15,8 @@ if this saved you time, a ⭐ helps a lot
|
|
|
10
15
|
</p>
|
|
11
16
|
|
|
12
17
|

|
|
13
|
-

|
|
18
|
+

|
|
19
|
+
[](https://securityscorecards.dev/viewer/?uri=github.com/COD434/create-authenik8-app)
|
|
16
20
|

|
|
17
21
|
[](https://github.com/COD434/create-authenik8-app/actions/workflows/ci.yml)
|
|
18
22
|
|
|
@@ -134,7 +138,7 @@ app.get("/admin", auth.requireAdmin, (req, res) => {
|
|
|
134
138
|
|
|
135
139
|
### Testing
|
|
136
140
|
|
|
137
|
-
- Full test suite with ``
|
|
141
|
+
- Full test suite with ``80%`` coverage (actively improving)
|
|
138
142
|
|
|
139
143
|
- CI runs tests + coverage on every push and PR
|
|
140
144
|
|
|
@@ -161,7 +165,7 @@ This design makes future additions (MFA, WebAuthn, etc.) much cleaner.
|
|
|
161
165
|
---
|
|
162
166
|
## Powered by
|
|
163
167
|
|
|
164
|
-
authenik8-core (v1.0.
|
|
168
|
+
authenik8-core (v1.0.29) battle-tested identity & token engine
|
|
165
169
|
|
|
166
170
|
---
|
|
167
171
|
|
|
@@ -288,4 +292,3 @@ The Identity Engine is what makes Authenik8 feel like a coherent **authenticatio
|
|
|
288
292
|
• MFA
|
|
289
293
|
|
|
290
294
|
• Production presets
|
|
291
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-authenik8-app",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.4",
|
|
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/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.29",
|
|
33
33
|
"bun": "^1.3.12",
|
|
34
34
|
"chalk": "^5.6.2",
|
|
35
35
|
"fs-extra": "^11.3.4",
|