auth0/auth0-authorization-extension

Name: auth0-authorization-extension

Owner: Auth0

Description: Auth0 Extension that adds authorization features to your account

Created: 2016-01-04 16:15:48.0

Updated: 2018-05-22 22:51:16.0

Pushed: 2018-05-16 09:07:17.0

Homepage: https://manage.auth0.com/#/extensions

Size: 1637

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Auth0 Authorization Extension

Running in Production
install
run client:build
run server:prod
Running in Development

Update the configuration file under ./server/config.json:


"AUTHORIZE_API_KEY": "mysecret",
"EXTENSION_SECRET": "mysecret",
"AUTH0_DOMAIN": "me.auth0.com",
"AUTH0_CLIENT_ID": "myclientid",
"AUTH0_CLIENT_SECRET": "myclientsecret"

Then you can run the extension:

install
run serve:dev

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.