PyShiny and OAuth

Anyone have any experience setting up authentication with Shiny for Python? I was hoping to use something like OAuth 2.0, and as easily as for Shiny for R. I know that PyShiny has starlette in the background and I was going to give that a shot, but I thought I'd ask first.

Ben

Hello,

I am in the same situation as you. I would like to set up an authentication page for a PyShiny app. So, if you have found a solution using Starlette or any other method, I am interested. Thank you! :blush: