We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Multipass feature allows your app to control authentication and do a SSO handoff to Shopify.
I worked out a working POC code in this forum post: https://elixirforum.com/t/shopify-multipass-elixir-implementation/20685
I referenced https://stackoverflow.com/questions/37629194/how-to-encrypt-and-decrypt-with-aes-cbc-128-in-elixir when constructing my POC.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Multipass feature allows your app to control authentication and do a SSO handoff to Shopify.
I worked out a working POC code in this forum post: https://elixirforum.com/t/shopify-multipass-elixir-implementation/20685
I referenced https://stackoverflow.com/questions/37629194/how-to-encrypt-and-decrypt-with-aes-cbc-128-in-elixir when constructing my POC.
The text was updated successfully, but these errors were encountered: