@opensourcekd/ng-common-libs 2.0.7 → 2.0.9

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
@@ -83,6 +83,7 @@ const endpoint = `${apiUrl}/users`;
83
83
 
84
84
  - **[CONSUMPTION_GUIDE.md](./CONSUMPTION_GUIDE.md)** - Complete setup guide and API reference
85
85
  - **[Auth0 Service Usage](./docs/AUTH_SERVICE_USAGE.md)** - Detailed Auth0 integration
86
+ - **[Debugging Authentication](./docs/DEBUGGING_AUTH.md)** - Debug authentication issues with console logs
86
87
  - **[EventBus Service Usage](./docs/EVENT_BUS_USAGE.md)** - Cross-application event patterns
87
88
  - **[Module Federation Guide](./docs/MODULE_FEDERATION.md)** - Runtime sharing configuration
88
89
 
@@ -115,6 +116,7 @@ import {
115
116
  // Types & Interfaces
116
117
  UserInfo,
117
118
  UserData,
119
+ TokenPayload, // Decoded JWT access token payload
118
120
  EventPayload,
119
121
  Auth0Config,
120
122
  Auth0ConfigOptions,