mirror of
https://github.com/jonasroussel/dart_jsonwebtoken.git
synced 2025-05-20 09:36:20 +08:00
fix: false_secrets in pubspec.yaml
This commit is contained in:
@ -7,6 +7,12 @@ homepage: https://github.com/jonasroussel/dart_jsonwebtoken#readme
|
|||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
|
|
||||||
|
false_secrets:
|
||||||
|
- /example/ec_private.pem
|
||||||
|
- /example/ec_public.pem
|
||||||
|
- /example/rsa_private.pem
|
||||||
|
- /example/rsa_public.pem
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
crypto: ^3.0.1
|
crypto: ^3.0.1
|
||||||
pointycastle: ^3.5.0
|
pointycastle: ^3.5.0
|
||||||
|
Reference in New Issue
Block a user