Skip to content

Commit 2a317c8

Browse files
committed
chore: small jwks update
1 parent d41b30a commit 2a317c8

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ async function downloadRepo(repo, dest) {
429429
UI_ORIGIN: `http://localhost:${webPort}`,
430430
COOKIE_SIGNING_KEY: randomBytes(32).toString("hex"),
431431
API_SERVICE_TOKEN: API_SERVICE_TOKEN,
432+
JWKS_KID: "dev-main",
432433

433434
DB_HOST: "localhost",
434435
DB_PORT: dbHostPort,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-seamless",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "The starter script for Seamless Auth",
55
"homepage": "https://github.com/fells-code/create-seamless#readme",
66
"bugs": {

0 commit comments

Comments
 (0)