Paul Greenberg

Results 443 comments of Paul Greenberg

What is responsible to serve set auth url https://sillytavern.jellystream.gr/oauth2/google/authorization-code-callback I think you are missing “authenticate” directive

See this reference config https://github.com/greenpau/caddy-security/issues/353

This is wrong. ``` route /oauth2/google/* { authenticate with google_portal } # ——— Protect everything else: authenticate → authorize → proxy ——— route /* { authenticate with google_portal authorize with...

@NullEqualsZero , try modifying auth url and adding matching key in authorization policy ``` authorization policy auth_policy { set auth url https://sillytavern.jellystream.gr/auth/oauth2/google/authorization-code-callback allow roles authp/admin crypto key sign-verify {env.JWT_SHARED_KEY} }...

@SinisterSpatula , you can fully customize the html template and add your own css

@anantshri , thank you! Try collaborating with and seek review from the people who raised these: 1. https://github.com/greenpau/caddy-security/issues/273 2. https://github.com/greenpau/caddy-security/issues/267 3. https://github.com/greenpau/caddy-security/issues/264

@oncilla , I like the idea of this feature. Do you want to do it. P.S. Apologies for my absence here. Lots of things going on in my personal life.

> We have used this already in prod for some time now, and it held up. @oncilla , are you still using this code?