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
refactor: optimize JWT authentication with middleware caching
- Added auth_middleware to extract and cache JWT claims in request extensions, avoiding redundant token parsing
- Updated Claims extractor to check extensions first before parsing token
- Improved inline code rendering to prevent unwanted line breaks within code elements
0 commit comments