powered by
Wraps an existing Shiny server in an OAuth2 flow.
protectedServer( server, client_id, client_secret = NULL, base_url = "https://my.solvebio.com" )
Your original Shiny server function.
Your application's client ID.
(optional) Your application's client secret.
(optional) Override the default login host (default: https://my.solvebio.com).
https://docs.solvebio.com/
if (FALSE) { protectedServer( server=server, client_id="abcd1234" ) }
Run the code above in your browser using DataLab