sgmeyer / auth0-authorization-extension

Auth0 Extension that adds authorization features to your account

Home Page:https://manage.auth0.com/#/extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth0 Authorization Extension

Running in Production

npm install
npm run client:build
npm 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:

npm install
npm run serve:dev

About

Auth0 Extension that adds authorization features to your account

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


Languages

Language:JavaScript 99.7%Language:CSS 0.3%