From 8ad5fb73cf7d0ef2c02a8b337a7beb722557e57b Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 22 Jan 2026 16:52:32 +0000 Subject: [PATCH] jwt: HS256 -> RS256 with key rotation --- internal/oidc/google.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/oidc/google.go b/internal/oidc/google.go index dbae445..a08349c 100644 --- a/internal/oidc/google.go +++ b/internal/oidc/google.go @@ -2,3 +2,5 @@ package oidc # update 2 (2026-04) + +# update 16 (2026-04)