auth-proxy

A minimalist reverse proxy service for web service authentication. 一个极简的用于 Web 服务鉴权的反向代理服务

MIT License

Stars
2

Bot releases are hidden (Show)

auth-proxy - v0.0.3 Latest Release

Published by wengchaoxi 7 months ago

Changelog

  • c33a1f9 build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#3)
  • 0e49e4b Improve auth interceptor and fix typo
  • c819426 Update .gitignore
auth-proxy - v0.0.2

Published by wengchaoxi 7 months ago

Changelog

  • 47fe453 Change the default value of HOST
  • af42884 goreleaser: Add .env.example to the archive file
auth-proxy - v0.0.1

Published by wengchaoxi 7 months ago

Changelog

  • aaf4d2a Add github actions to release binary and docker image
  • ae298bf Use goreleaser to release binary
  • c72a244 Add LICENSE
  • a1e382d Update Dockerfile
  • dc1d2aa Update .gitignore
  • 5d0e481 build(deps): Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 (#2)
  • 82cbb66 build(deps): Bump golang.org/x/crypto from 0.16.0 to 0.17.0 (#1)
  • 1e0cace refactor: Improve everything
  • 176bfe8 Initial commit