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.
- package/README.md +1 -1
- package/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# create-seamless
|
|
2
2
|
|
|
3
|
-
[](LICENSE)
|
|
3
|
+
[](LICENSE)
|
|
4
4
|
[](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,
|