Skip to content

alejzeis/DerelictJWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DerelictJWT Build Status DUB DUB DUB

UNOFFICAL Derelict binding to the libjwt library (https://github.com/benmcollins/libjwt)

This library is provided under the MIT license, but you still must comply with the terms of the LGPL-2.1 License which it is released under.

You can find information on how Derelict and shared libraries work here and here.

More information on how to use DerelictJWT can be found on the WIKI.

Sample Code:

import derelict.jwt.jwt;

void main() {
    DerelictJWT.load(); // Load the shared library
    // Now you can call libjwt methods
}