@genesislcap/foundation-login 14.83.4 → 14.83.6

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 +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -82,7 +82,7 @@ You may need to set up a `NavigationContributor` in your application's router co
82
82
  ```
83
83
 
84
84
  :::warningWarning
85
- By default, a route that isn't marked public is not. However, a non-public route isn't going to block non-authenticated users automatically from viewing them. This must be implemented in a `NavigationContributor`; see [example](./docs/api/foundation-login.login.md#example).
85
+ By default, a route that isn't marked public is not. However, a non-public route isn't automatically going to block non-authenticated users from viewing them. This must be implemented in a `NavigationContributor`; see [example](./docs/api/foundation-login.login.md#example).
86
86
  :::
87
87
 
88
88
  ## Authentication
@@ -94,7 +94,7 @@ For authentication, most configuration is set in the back end. You should famili
94
94
  The standard authentication method is the user supplying their username and password. Even when SSO is enabled as an authentication method, the user will still have the option to sign in with their normal credentials.
95
95
 
96
96
  :::noteTip
97
- Setting the `DEFAULT_USER` and `DEFAULT_PASSWORD` environment variables will automatically populate the credentials in the login form, which can be useful during development so developers don't need to write out their credentials continuously. However, the browser may also offer auto-filling if you have previously chosen to save your credentials, which can make setting these unnecessary.
97
+ Setting the `DEFAULT_USER` and `DEFAULT_PASSWORD` environment variables automatically populates the credentials in the login form, which can be useful during development so developers don't need to write out their credentials continuously. However, the browser may also offer auto-filling if you have previously chosen to save your credentials, which can make setting these unnecessary.
98
98
  :::
99
99
 
100
100
  ### SSO
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-login",
3
3
  "description": "Genesis Foundation Login",
4
- "version": "14.83.4",
4
+ "version": "14.83.6",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-login.d.ts",
@@ -52,16 +52,16 @@
52
52
  "test:debug": "genx test --debug"
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.83.4",
56
- "@genesislcap/genx": "14.83.4",
55
+ "@genesislcap/foundation-testing": "14.83.6",
56
+ "@genesislcap/genx": "14.83.6",
57
57
  "rimraf": "^3.0.2"
58
58
  },
59
59
  "dependencies": {
60
- "@genesislcap/foundation-comms": "14.83.4",
61
- "@genesislcap/foundation-logger": "14.83.4",
62
- "@genesislcap/foundation-ui": "14.83.4",
63
- "@genesislcap/foundation-utils": "14.83.4",
64
- "@genesislcap/foundation-zero": "14.83.4",
60
+ "@genesislcap/foundation-comms": "14.83.6",
61
+ "@genesislcap/foundation-logger": "14.83.6",
62
+ "@genesislcap/foundation-ui": "14.83.6",
63
+ "@genesislcap/foundation-utils": "14.83.6",
64
+ "@genesislcap/foundation-zero": "14.83.6",
65
65
  "@microsoft/fast-components": "^2.21.3",
66
66
  "@microsoft/fast-element": "^1.7.0",
67
67
  "@microsoft/fast-foundation": "^2.33.2",
@@ -78,5 +78,5 @@
78
78
  "access": "public"
79
79
  },
80
80
  "customElements": "dist/custom-elements.json",
81
- "gitHead": "9660d0aabe48fa3c9bc69fd134c687a4da570009"
81
+ "gitHead": "b894d957705f2fdcf5df38f509790437a597a80f"
82
82
  }