@travetto/auth-web 6.0.0-rc.4 → 6.0.0-rc.5

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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -62,6 +62,7 @@ The only required method to be defined is the `authenticate` method. This takes
62
62
  * Returning an [Principal](https://github.com/travetto/travetto/tree/main/module/auth/src/types/principal.ts#L7) if authentication was successful
63
63
  * Throwing an error if it failed
64
64
  * Returning undefined if the authentication is multi-staged and has not completed yet
65
+
65
66
  A sample auth provider would look like:
66
67
 
67
68
  **Code: Sample Identity Source**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/auth-web",
3
- "version": "6.0.0-rc.4",
3
+ "version": "6.0.0-rc.5",
4
4
  "description": "Web authentication integration support for the Travetto framework",
5
5
  "keywords": [
6
6
  "authentication",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@travetto/auth": "^6.0.0-rc.2",
30
30
  "@travetto/config": "^6.0.0-rc.2",
31
- "@travetto/web": "^6.0.0-rc.2",
31
+ "@travetto/web": "^6.0.0-rc.3",
32
32
  "njwt": "^2.0.1"
33
33
  },
34
34
  "peerDependencies": {