quarkiverse / quarkus-github-app

Develop your GitHub Apps in Java with Quarkus.
https://docs.quarkiverse.io/quarkus-github-app/dev/index.html
Apache License 2.0
60 stars 27 forks source link

allow to enable security in devmode #619

Open maxandersen opened 1 month ago

maxandersen commented 1 month ago

with ngrok security checks should still work -but for now security is always disabled.

related to #610

gsmet commented 1 month ago

How do you configure things for ngrok exactly?

maxandersen commented 1 month ago

See https://docs.quarkiverse.io/quarkus-ngrok/dev/index.html until and including stable url.

I also use the next step so I don't have to the domain step in every app but is not required.

So in short:

Add ngrok ext. Get auth token and set it (.token) Get stable domain url and set it (.domain)

Run in Quarkus dev.