auth0/shiny-auth0-plus

Name: shiny-auth0-plus

Owner: Auth0

Description: Auth0 Shiny proxy with user authentication and authorization

Created: 2017-05-03 20:56:00.0

Updated: 2018-05-11 18:46:28.0

Pushed: 2018-05-11 18:46:26.0

Homepage: null

Size: 46

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Auth0 + Shiny proxy

This server proxies a shiny instance protecting it with Auth0

Running the proxy

In order to run this proxy you need to have npm and nodejs installed.

You also need to set the ClientSecret, ClientId, Domain, Callback and groups claim for your Auth0 app as environment variables with the following names respectively: AUTH0_CLIENT_SECRET, AUTH0_CLIENT_ID, AUTH0_DOMAIN, AUTH0_CALLBACK_URL and AUTH0_GROUPS_CLAIM.

For that, if you just create a file named .env in the directory and set the values like the following, the app will just work:

nv file
0_CLIENT_SECRET=myCoolSecret
0_CLIENT_ID=myCoolClientId
0_DOMAIN=myCoolDomain
0_CALLBACK_URL=https://my.url.com/
0_GROUPS_CLAIM=https://my.url.com/claims
IE_SECRET=somethingRandomHerePlease
Y_HOST=localhost
Y_PORT=3838
Y_ADMIN_PORT=4151
=3000

Once you've set those environment variables, just run npm start and try calling http://localhost:3000/


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.