Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add cosmiconfig to auth0-simulator #179

Open
dagda1 opened this issue Feb 3, 2022 · 0 comments
Open

add cosmiconfig to auth0-simulator #179

dagda1 opened this issue Feb 3, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dagda1
Copy link
Contributor

dagda1 commented Feb 3, 2022

It would be a better developer experience if the auth0 configuration was picked up automatically using cosmiconfig.

The config would be in the package.json file

  "auth0-simulator": {
    "domain": "localhost:4400",
    "clientId": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    "scope": "openid profile email offline_access"
    // etc.
  }

Or in one of the loaders supported by cosmiconfig, .e.g. .js, .json, .yaml etc.

@dagda1 dagda1 added the enhancement New feature or request label Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant