@sweatybridge Thank you for taking the time to create this solution.
How can I get the Google OAuth to operate in the same tab as the streamlit app or at least close itself and redirect to the streamlit app?
I've tried using the example app (docker) to work (as well as my streamlit app) .
When using the Google SSO, when I click the "Sign Up With Google" button, a new tab opens where I select my Google account. After I select my desired Google account, I am not redirected to the original tab, thus the page=success param is not set and the auth tab's url shows the access token. I hope to eventually use this library for my streamlit app I am hosting in AWS. I've used the localhost:3000 (running in my localhost), my aws ec2 url (just in case it redirect needs a real domain) and other urls in supabase's User Sessions but nothing is working.
@sweatybridge Thank you for taking the time to create this solution.
How can I get the Google OAuth to operate in the same tab as the streamlit app or at least close itself and redirect to the streamlit app?
I've tried using the example app (docker) to work (as well as my streamlit app) .
When using the Google SSO, when I click the "Sign Up With Google" button, a new tab opens where I select my Google account. After I select my desired Google account, I am not redirected to the original tab, thus the page=success param is not set and the auth tab's url shows the access token. I hope to eventually use this library for my streamlit app I am hosting in AWS. I've used the localhost:3000 (running in my localhost), my aws ec2 url (just in case it redirect needs a real domain) and other urls in supabase's User Sessions but nothing is working.