create-seamless 0.0.10 → 0.0.11

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # create-seamless
2
2
 
3
- [![License: AGPL-3](https://img.shields.io/badge/License-AGPL3-yellow.svg)](LICENSE)
3
+ [![License: AGPL-3.0-only](https://img.shields.io/badge/License-AGPL3-yellow.svg)](LICENSE)
4
4
  [![npm version](https://img.shields.io/npm/v/create-seamless.svg?style=flat)](https://www.npmjs.com/package/create-seamless)
5
5
 
6
6
  `create-seamless` is a project scaffolding tool for building applications with **Seamless Auth**, an open source, passwordless authentication system.
package/index.js CHANGED
@@ -429,6 +429,7 @@ async function downloadRepo(repo, dest) {
429
429
  UI_ORIGIN: `http://localhost:${webPort}`,
430
430
  COOKIE_SIGNING_KEY: randomBytes(32).toString("hex"),
431
431
  API_SERVICE_TOKEN: API_SERVICE_TOKEN,
432
+ JWKS_KID: "dev-main",
432
433
 
433
434
  DB_HOST: "localhost",
434
435
  DB_PORT: dbHostPort,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-seamless",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "The starter script for Seamless Auth",
5
5
  "homepage": "https://github.com/fells-code/create-seamless#readme",
6
6
  "bugs": {