Files
dart_jsonwebtoken/pubspec.yaml
Robson Silva 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

26 lines
554 B
YAML

name: dart_jsonwebtoken
description: A dart implementation of the famous javascript library 'jsonwebtoken' (JWT).
version: 2.12.1
repository: https://github.com/jonasroussel/dart_jsonwebtoken
homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
environment:
sdk: ">=2.12.0 <4.0.0"
false_secrets:
- /example/*.pem
- /test/*
dependencies:
crypto: ^3.0.3
pointycastle: ^3.7.3
convert: ^3.1.1
collection: ^1.17.1
ed25519_edwards: ^0.3.1
clock: ^1.1.1
dev_dependencies:
fake_async: ^1.3.1
lints: ^2.1.1
test: ^1.24.6