dungeon-studio / api.dungeon.studio

Game Master's Companion
MIT License
1 stars 0 forks source link

Allow Scopes to be Configurable #48

Closed alunduil closed 6 years ago

alunduil commented 6 years ago

Currently, authorized scopes are hard coded. These should come from either a configuration file (mapping identifier to scope) or the environment. Not sure this will make things better right now but it will make things easier to fix if there is a mismatch between the code and auth0.

alunduil commented 6 years ago

Closing this as having the scope configurable on the auth0 side should be sufficient.