discolabs / django-shopify-auth

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

Support session token authentication #68

Closed stlk closed 3 years ago

stlk commented 3 years ago

As described in https://shopify.dev/tutorials/authenticate-your-app-using-session-tokens

aprams commented 3 years ago

Looked good to me - currently I'm waiting for the merge to integrate it in our application. Is there something missing / do you need assistance somewhere to merge this PR? @stlk

stlk commented 3 years ago

Looked good to me - currently I'm waiting for the merge to integrate it in our application. Is there something missing / do you need assistance somewhere to merge this PR? @stlk

I'll release it tomorrow. I was thinking of adding a way to customize model lookup. But we can add this in the future. :)

aprams commented 3 years ago

Awesome, thanks for your work! Putting the customizable model lookup in a separate PR should also be fine, I guess :)