6 Commits

Author SHA1 Message Date
a4b59af51d refactor: Centralize test key constants in keys_const.dart 2025-02-27 13:35:37 +01:00
948c7284af test: Add tests for iat claim 2025-02-27 12:03:37 +01:00
eb9c722e17 test: Add tests for JWT token expiration and not before checks 2025-02-27 11:50:08 +01:00
1c9b415ddb v2.12.2 2023-12-29 01:09:21 +01:00
7144f16aa2 Fixing issue with time on exp tests 2023-12-29 01:02:23 +01:00
aab2ace88f Add testable date times (#50)
* refactor: replaces DateTime.now() with clock.now() for testability

* test: add tests for verify exp

* Refactor JWT expiration tests

---------

Co-authored-by: Jonas Roussel <go.jroussel@gmail.com>
2023-12-29 00:57:59 +01:00