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
Fix issue #22: Add request parameter injection and bump version to 0.10.3
- Fixed request parameter injection in dispatch.py for both sync and async handlers
- Fixed JWT instance lookup in jwt.py (was using request._app instead of request.app)
- All JWT authentication endpoints now work correctly
- Bumped version to 0.10.3 in Cargo.toml, pyproject.toml, and __init__.py
Resolves#22
0 commit comments