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.
Files changed (2) hide show
  1. package/README.md +11 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,13 @@
1
1
 
2
- <h1 align="center">⚡ create-authenik8-app</h1>
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
- if this saved you time, a ⭐ helps a lot
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
  ![TypeScript](https://img.shields.io/badge/TypeScript-ready-blue)
13
- ![Node](https://img.shields.io/badge/node-%3E=18-green)
14
- ![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)
15
- ![Maintained](https://img.shields.io/badge/maintained-yes-success)
18
+ ![NPM Downloads](https://img.shields.io/npm/dw/create-authenik8-app)
19
+ [![OpenSSF Scorecard](https://img.shields.io/badge/OpenSSF-Scorecard-2b3137?logo=openssf)](https://securityscorecards.dev/viewer/?uri=github.com/COD434/create-authenik8-app)
16
20
  ![CI](https://github.com/COD434/create-authenik8-app/actions/workflows/ci.yml/badge.svg)
17
21
  [![Coverage](https://img.shields.io/badge/coverage-80%25-green)](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 ``48%`` coverage (actively improving)
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.3)battle-tested identity & token engine
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.2.0",
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.3",
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",