AJ ONeal 8ac858128e
refactor(auth/embeddedjwt): split Decode from claims unmarshaling
Remove the claims parameter from Decode — it now only parses the JWS
structure (header, payload, signature). Add UnmarshalClaims(v Claims)
to decode the payload into a typed struct as a separate step. Guard
Validate against nil Claims with a clear error message.
2026-03-12 18:07:19 -06:00
..
2026-03-03 00:01:15 -07:00