Skip to content

2.15.2

Choose a tag to compare

@olevski olevski released this 17 Mar 17:18
· 16 commits to master since this release
a93e2df

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.

Individual components