Code Monkey home page Code Monkey logo

caddy-extauth's People

Contributors

btburke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

caddy-extauth's Issues

Can't build with caddy v1.0.4

Hi, due to the move from mholt/caddy to caddyserver/caddy this plugin doesn't build at the moment.

I've forked your repo to brendony/caddy-extauth and changed it 'til it built. My changes don't translate well to a pull request because it refers to brendony in some parts of the code.

Apologies (I'm not a gopher), I also had to make a release v0.6.1 to be able to build things. It's all new to me!

Thanks,
Brendon

ps. Are you intending on making this plugin available in the main caddy site?

unauthorized request returns httpOK and mixed body

Caddyfile

host.domain.tld {
  extauth http://127.0.0.1:8081/api/check
  proxy / http://127.0.0.1:8080/protected/ {
    transparent
  }
}

having a proxy resource returning a non 200 code (/api/check)

original

code: 401
body: {"message":"Unauthorized"}

on the protected resource (after extauth processing)

code: 200
body: {"message":"Unauthorized"}401 Unauthorized

Update for latest Quic-Go

Currently, there is no go.mod file specified in the project. As a result, Go pulls in the latest Quic-Go (v0.13.1)

This release has a folder rename, from github.com/lucas-clemente/quic-go/h2quic to github.com/lucas-clemente/quic-go/http3.

Currently, Caddy v1.0.4 is not able to build with this plugin added.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.