freman / caddy-reauth

Auth your Caddyserver requests against another server
MIT License
27 stars 15 forks source link

caddy v2 support #32

Open divansantana opened 4 years ago

divansantana commented 4 years ago

Wondering if this supports caddy v2?

freman commented 4 years ago

I haven't even looked into it yet, sorry

dpeet commented 4 years ago

@freman Caddy v2 is now out! Will you have a chance to look at it soon? Loved it with v1 :D

ChiefMedicalOfficer commented 4 years ago

It would be great to see this in v2.

rvf148 commented 4 years ago

+1 for Caddy V2

freman commented 4 years ago

So I spent a couple hours smashing out a Caddy2 version of this, I debated just embedding a caddy2 module in this repo but I decided to "start a fresh" for the smaller go.mod

https://github.com/freman/caddy2-reauth

There's no docs and no tests and I haven't even loaded it in caddy v2 yet but if you're feeling bleeding edge and don't mind guessing how to configure it...

I'll get back to it tomorrow and add some config and readme

mholt commented 4 years ago

@freman That is look great. If there's anything I can do to help that plugin along (short of actual development, which I'm currently swamped for), please let me know. :) I am particularly interested in the LDAP integration!