1.20.1 — Reliable last-login state after JWT authentication
Editorial identity incomplete
2026-08-26
django-mojo 1.20.1 makes successful JWT authentication persist the user’s last-login timestamp reliably, while failed token minting no longer records login-success state.
Fixed
- Successful JWT authentication now persists
last_loginfor existing users, so first-login and pending-user state reflects completed sign-ins. - Failed JWT minting no longer updates
last_loginor creates a login event.