2.15.2
Renku 2.15.2 introduces a bug fix to gracefully handling missing or invalid JWT signing keys. When the keys cannot be found the JWT is considered invalid a 401 status is returned, rather than a 500 code. The 401 code is then properly handled by the UI which asks the user to log in again.
User-Facing Changes
🐞 Bug Fixes
- Backend: Fix handling of missing JWT signing keys when validating tokens.