discolabs / django-shopify-auth

A package for adding Shopify authentication to a Django app.
MIT License
145 stars 54 forks source link

Django 3 changes #54

Closed pbhowmic closed 3 years ago

pbhowmic commented 4 years ago

The documentation says SESSION_COOKIE_SAMESITE = False for Django >=2.1 This needs to be changed to SESSION_COOKIE_SAMESITE = 'Lax' for Django>=3.0

boolangery commented 4 years ago

Maybe its the same issue but in some browser I'm stuck in a redirection loop

stlk commented 3 years ago

Fixed by https://github.com/discolabs/django-shopify-auth/commit/304beb65a2aec56a8048c0125f636b771f7d26a4