auth0
auth0 copied to clipboard
Logging in part way through user journey in a golem Shiny app
Is there any way for a user to access an app with limited functionality, and have the option to log in to access extra functionality?
I'm wondering if the Auth0_ui and Auth0_server functions could be used to wrap around certain modules within our app, which is in a golem framework, and make it so that the login page is called on when these modules are called on. However I'm not sure if that is a total goose chase, as I don't understand the system very well.
Thanks!