discolabs / django-shopify-auth

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

Fix redirect_uri escaping in iframe_redirect.html #80

Closed tomasbuzek closed 2 years ago

tomasbuzek commented 2 years ago

Adding safe filter to redirect_uri in iframe_redirect.html to avoid redirect failure.