olehlong / jwtd

D implementation of JSON Web Token.
MIT License
30 stars 13 forks source link

jwtd

D implementation of JSON Web Token.

Supported algorithms

OpenSSL

Botan

NOTE - Botan supports private keys just in PKCS#8 format (for RS and ES signatures)

Phobos

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