Has anyone implemented OAuth2 in a shiny app? #1966
jochen-schmidt-microstep
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to add Oauth authentication to my shiny app. I'm doing this with the help of Starlette, where I add the necessary routes. After logging in, I put all the user info on request.session. I was convinced that it should be easy to access this from with the shiny app - but now I'm totally lost. It seems that there is no way to read the values from the current session. Has anyone had success with that?
Beta Was this translation helpful? Give feedback.
All reactions