From bf733da2474cf2a64e522490bb28ea40e278ddf5 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sat, 23 Nov 2024 13:07:49 +0800 Subject: [PATCH] :sparkles: Support jwks.json according OIDC stranded --- .idea/workspace.xml | 11 +++++++---- go.mod | 12 ++++++------ go.sum | 7 +++++++ pkg/internal/http/api/index.go | 1 + pkg/internal/http/api/well_known_api.go | 11 ++++++++++- 5 files changed, 31 insertions(+), 11 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8d50999..5ee08ec 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,12 @@