jojo/modules/jwtx
Nils Goroll 20c1f699bd
Refactor modules/jwtx: signing method resolution
golang-jwt/jwt already has a GetSigningMethod() function which we should
use to ensure that our signing methods are actually registered.

Yet we should also keep our own check against a set of allowed methods
such that we do not accidentally accept methods which we are not
prepared to support.
2026-02-05 18:06:49 +01:00
..
signingkey.go Refactor modules/jwtx: signing method resolution 2026-02-05 18:06:49 +01:00
signingkey_test.go chore: avoid log.Fatal() for jwtx/signingkey (#11066) 2026-01-27 22:42:03 +01:00