@pubflow/core 0.1.8 → 0.2.0

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.
@@ -16,7 +16,7 @@ const defaultSessionConfig = {
16
16
  basePath: '/auth',
17
17
  loginEndpoint: '/login',
18
18
  logoutEndpoint: '/logout',
19
- validationEndpoint: '/validate',
19
+ validationEndpoint: '/validation', // ✅ Corregido para coincidir con el backend
20
20
  refreshEndpoint: '/refresh',
21
21
  storageKey: 'session',
22
22
  autoValidate: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pubflow/core",
3
- "version": "0.1.8",
3
+ "version": "0.2.0",
4
4
  "description": "Core functionality for Pubflow framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",