Ed Sumerfield
Ed Sumerfield
I am experimenting with Algernon to use it as an Auth0 simulator for running in CI. For this I need it to run over SSL to avoid cors problems but...
Starting the server like this: ``` algernon --verbose --accesslog=ssl.log --internal=algernon.log ``` Writes the internal log to a file called internal.log while the ServerInfo() says ``` Internal log file: algernon.log ```...
With this startup command I am am seeing these stack traces about 1 in 5 times. If I rerun it might work or might fail with a longer stack trace....
I am build an Auth0 simulator and want to integrate your oauth server in our CI chain. We can just run your container build but want to initiate tests from...
Should probably add a config option for the path but it appears to work if the directory doesn't exist anyway.
I am testing with this against my dotnet mvc server for integration testing. ``` PORT=4000 npx auth0-simulator --standalone ``` The error ``` Error: Assert condition failed: unknown response_mode form_post ```...