garettB / shopify-flask-example

A simple Shopify app created using Flask and Python
Other
229 stars 66 forks source link

New/connecting w streamlit dyno #16

Open parker84 opened 2 years ago

parker84 commented 2 years ago

Purpose

Connect the shopify app to the streamlit dashboard:

  1. Directing users to the streamlit dash once their authenticated
  2. Having the ability for the streamlit app to authenticate

🎩 Tophatting

Redirect to the Streamlit Dashboard

The new redirect is working for the most part:

image

For some reason it doesn't auto redirect, but that's okay for now.

image