thefrontside / thefrontside/simulacrum
Dockerize the auth0-simulator
Open
@dagda1 is already working on this.
Since Feb 10, 2022.
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
Having to install the auth0-simulator as a dev dependency is something we should try and avoid.
Creating a downloadable docker image that we could run something like this would make things a lot easier.
docker run -i --rm --security-opt seccomp=$HOME/chrome.json \
-v myvol:/app \
--name auth0-simulator \
frontside/auth-simulator:latest
We could try something like this to make ssl configuration easier.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.