@owox/idp-owox 0.8.0-next-20251001102141 → 0.8.0-next-20251001113032

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -23,7 +23,8 @@ IDP_OWOX_DEFAULT_HEADERS={"x-trace-id":"debug-local"}
23
23
 
24
24
  # IDP App configuration
25
25
  IDP_OWOX_CLIENT_ID=app-owox
26
- IDP_OWOX_PLATFORM_SIGN_IN_URL=https://bi.owox.com/ui/p/signin
26
+ IDP_OWOX_PLATFORM_SIGN_IN_URL=https://platform.owox.com/ui/p/signin
27
+ IDP_OWOX_PLATFORM_SIGN_UP_URL=https://platform.owox.com/ui/p/signup
27
28
  IDP_OWOX_CALLBACK_URL=/auth/callback
28
29
 
29
30
  # JWT validation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owox/idp-owox",
3
- "version": "0.8.0-next-20251001102141",
3
+ "version": "0.8.0-next-20251001113032",
4
4
  "description": "Identity Provider implementation from OWOX",
5
5
  "author": "OWOX",
6
6
  "license": "ELv2",
@@ -21,8 +21,8 @@
21
21
  "prepublishOnly": "npm run lint && npm run typecheck"
22
22
  },
23
23
  "dependencies": {
24
- "@owox/idp-protocol": "0.8.0-next-20251001102141",
25
- "@owox/internal-helpers": "0.8.0-next-20251001102141",
24
+ "@owox/idp-protocol": "0.8.0-next-20251001113032",
25
+ "@owox/internal-helpers": "0.8.0-next-20251001113032",
26
26
  "pkce-challenge": "^5.0.0",
27
27
  "cookie-parser": "^1.4.7",
28
28
  "env-paths": "^3.0.0",