Commit graph

4 commits

Author SHA1 Message Date
Tim Möhlmann
54eae928c9 rp: add VerifyTokens example 2023-03-06 12:34:48 +02:00
Tim Möhlmann
6e9d8739e8 fix: rp: wrong assignment in WithIssuedAtMaxAge
WithIssuedAtMaxAge assigned its value to v.maxAge, which was wrong.
This change fixes that by assiging the duration to v.maxAgeIAT.
2023-03-06 11:40:55 +02:00
Tim Möhlmann
944fbd7c5b testutil: simplefy usage 2023-03-04 02:00:26 +02:00
Tim Möhlmann
7b613c63eb impelement unit tests for the token Verifiers 2023-03-03 18:47:16 +02:00