@lenso/cli 0.1.21 → 0.1.23
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
CHANGED
|
@@ -31,7 +31,7 @@ Update the hosted console later by upgrading `lenso-cli` and running:
|
|
|
31
31
|
lenso host update-console
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
The generated host depends on the
|
|
34
|
+
The generated host depends on the crates.io `lenso` crate with the `host`
|
|
35
35
|
feature, which is the current narrow host API for booting API, worker, and
|
|
36
36
|
migration entrypoints. See
|
|
37
37
|
[`docs/architecture/framework-public-surface.md`](https://github.com/LioRael/lenso/blob/main/docs/architecture/framework-public-surface.md)
|
|
@@ -74,6 +74,8 @@ lenso console-package create billing
|
|
|
74
74
|
lenso module install https://example.com/lenso/module/v1/manifest
|
|
75
75
|
lenso module install ./lenso.module.json
|
|
76
76
|
lenso module install auth
|
|
77
|
+
lenso module install auth-password
|
|
78
|
+
lenso module install auth-oidc
|
|
77
79
|
lenso module install auth-device
|
|
78
80
|
```
|
|
79
81
|
|
package/package.json
CHANGED
|
Binary file
|
package/vendor/darwin-x64/lenso
CHANGED
|
Binary file
|
package/vendor/linux-x64/lenso
CHANGED
|
Binary file
|
|
Binary file
|