jwtd-es ~openssl_102
D implementation of JSON Web Token.
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
jwtd
D implementation of JSON Web Token.
Supported algorithms
OpenSSL
- NONE
- HS256
- HS384
- HS512
- RS256
- RS384
- RS512
- ES256
- ES384
- ES512
Botan
- NONE
- HS256
- HS384
- HS512
- RS256
- RS384
- RS512
- ES256
- ES384
- ES512
NOTE - Botan supports private keys just in PKCS#8 format (for RS and ES signatures)
Phobos
- NONE
- HS256
- HS384
- HS512
Installation
See DUB page.
Building
Using OpenSSL
dub build --config=openssl
Using Botan
dub build --config=botan
Using Phobos
dub build --config=phobos
Testing
Using OpenSSL
dub test --config=unittest-openssl
Using Botan
dub test --config=unittest-botan
Using Phobos
dub test --config=unittest-phobos
- Registered by Michael Rochelle
- ~openssl_102 released 5 years ago
- EliteScientist/jwtd-es
- MIT
- Authors:
- Dependencies:
- none
- Versions:
-
0.5.0 2019-Oct-21 ~master 2019-Oct-21 ~openssl_102 2019-Mar-07 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
307 downloads total
-
- Score:
- 0.7
- Short URL:
- jwtd-es.dub.pm