GoDoxy/internal/net/http
Yuzerion fb0dc7dea0
Feat/OIDC middleware (#50)
* implement OIDC middleware

* auth code cleanup

* allow override allowed_user in middleware, fix typos

* fix tests and callbackURL

* update next release docs

* fix OIDC middleware not working with Authentik

* feat: add groups support for OIDC claims (#41)

Allow users to specify allowed groups in the env and use it to inspect the claims.

This performs a logical AND of users and groups (additive).

* merge feat/oidc-middleware (#49)

* api: enrich provider statistifcs

* fix: docker monitor now uses container status

* Feat/auto schemas (#48)

* use auto generated schemas

* go version bump and dependencies upgrade

* clarify some error messages

---------

Co-authored-by: yusing <yusing@6uo.me>

* cleanup some loadbalancer code

* api: cleanup websocket code

* api: add /v1/health/ws for health bubbles on dashboard

* feat: experimental memory logger and logs api for WebUI

---------

Co-authored-by: yusing <yusing@6uo.me>

---------

Co-authored-by: yusing <yusing@6uo.me>
Co-authored-by: Peter Olds <peter@olds.co>
2025-01-19 13:48:52 +08:00
..
accesslog fix: File.closeOnZero remove unnecessary for loop 2025-01-09 18:42:51 +08:00
loadbalancer api: add /v1/health/ws for health bubbles on dashboard 2025-01-19 04:34:20 +08:00
middleware Feat/OIDC middleware (#50) 2025-01-19 13:48:52 +08:00
reverseproxy Feat/auto schemas (#48) 2025-01-19 00:37:17 +08:00
server server side favicon retrieving and caching 2025-01-12 10:30:37 +08:00
common.go http parameter tunings, dependencies upgrade 2024-12-04 06:02:54 +08:00
content_type.go refactor and typo fixes 2024-11-02 03:14:47 +08:00
content_type_test.go improved idlewatcher and content type matching, update CI 2024-10-07 17:41:08 +08:00
header_utils.go refactoring: moved reverse_proxy to separate package to avoid import cycle 2025-01-08 13:50:34 +08:00
methods.go updated implementation of rules 2025-01-08 13:50:34 +08:00
modify_response_writer.go feature: accesslogger 2024-12-18 03:09:46 +08:00
serve_mux.go naive implementation of caddy like route rules, dependencies upgrade 2025-01-08 07:18:09 +08:00
status_code.go updated implementation of rules 2025-01-08 13:50:34 +08:00