mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
[PR #50] [MERGED] Feat/OIDC middleware #151
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/yusing/godoxy/pull/50
Author: @yusing
Created: 1/19/2025
Status: ✅ Merged
Merged: 1/19/2025
Merged by: @yusing
Base:
v0.8← Head:feat/oidc-middleware📝 Commits (8)
bb0ee5dimplement OIDC middleware9aee310auth code cleanupc5e0ac6allow override allowed_user in middleware, fix typosb44c858fix tests and callbackURLb359543update next release docs7a7c4befix OIDC middleware not working with Authentikabbe4fffeat: add groups support for OIDC claims (#41)bde3eeemerge feat/oidc-middleware (#49)📊 Changes
86 files changed (+6685 additions, -1441 deletions)
View changed files
📝
.env.example(+19 -7)📝
.gitignore(+2 -1)📝
.vscode/settings.example.json(+2 -2)📝
Dockerfile(+2 -2)📝
Makefile(+26 -2)📝
cmd/main.go(+12 -9)📝
go.mod(+11 -11)📝
go.sum(+20 -20)📝
internal/api/handler.go(+15 -29)📝
internal/api/v1/auth/auth.go(+21 -106)➖
internal/api/v1/auth/cookies.go(+0 -6)📝
internal/api/v1/auth/oidc.go(+144 -60)📝
internal/api/v1/auth/oidc_test.go(+333 -88)➕
internal/api/v1/auth/provider.go(+12 -0)📝
internal/api/v1/auth/userpass.go(+104 -11)➕
internal/api/v1/auth/userpass_test.go(+116 -0)➕
internal/api/v1/auth/utils.go(+70 -0)➕
internal/api/v1/health.go(+18 -0)➕
internal/api/v1/mem_logger.go(+161 -0)📝
internal/api/v1/schema.go(+1 -1)...and 66 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.