Skip to content

Commit

Permalink
Fix v4_upgrade_guide URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Jan 16, 2025
1 parent b493a10 commit 2b331da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/release_notes/QwcDockerUpgradeNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ As a consequence, `/var/www` is not necessarily anymore the home directory of th

Starting with v2022.01.08, the requirements of all services where updated to use Flask-JWT-Extended 4.3.1.

Flask-JWT-4.x changes the JWT format (see [4.0.0 Breaking Changes](https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide/#encoded-jwt-changes-important)), which can result in QWC Services returning a `Missing claim: identity` error message.
Flask-JWT-4.x changes the JWT format (see [4.0.0 Breaking Changes](https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide.html#encoded-jwt-changes-important)), which can result in QWC Services returning a `Missing claim: identity` error message.

To avoid this:
* Change your JWT secret key in `.env`.
Expand Down

0 comments on commit 2b331da

Please sign in to comment.