You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add configurable JWT signing and permission claims
Rebuilds #974 on top of the current wallet-auth/RBAC architecture:
centralizes JWT signing config (HS256/RS256 via JWT_ALGORITHM) into a
shared factory used by both AuthModule and UsersModule, and adds a
permissions claim derived from roles to the access token payload.
0 commit comments