fix session token storge in django 4.2 and higher#34
fix session token storge in django 4.2 and higher#34tejon-melero wants to merge 2 commits intoAzMoo:mainfrom
Conversation
|
This package stopped working after upgrading to Django 4.2 and higher but works with Django versions lower than 4.2 In the Readme of the project the callback url is defined without the slash: Something in the url processing logic in Django has changed between versions 4.1 and 4.2 that led to the outcome that the callback view that sets the session tokens was no longer called and therefore the session tokens were no longer set. By removing the trailing slash from the callback url this issue is fixed and this fix is backwards compatible. |
|
#33 (comment) this solved my problem. |
Co-authored-by: Danilo P <73405593+danilopsss@users.noreply.github.com>


No description provided.