https://github.com/alejzeis/derelictjwt
UNOFFICAL Derelict binding to the libjwt library (https://github.com/benmcollins/libjwt)
https://github.com/alejzeis/derelictjwt
binding derelict dlang dub jwt
Last synced: 3 months ago
JSON representation
UNOFFICAL Derelict binding to the libjwt library (https://github.com/benmcollins/libjwt)
- Host: GitHub
- URL: https://github.com/alejzeis/derelictjwt
- Owner: alejzeis
- License: mit
- Created: 2017-02-26T17:47:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T21:11:47.000Z (over 8 years ago)
- Last Synced: 2025-01-13T12:48:52.516Z (5 months ago)
- Topics: binding, derelict, dlang, dub, jwt
- Language: D
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DerelictJWT [](https://ajann.xyz/teamcity/viewType.html?buildTypeId=DerelictJWT_LinuxBuildX64) []() []() []()
**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](https://derelictorg.github.io/compiling.html) and [here.](http://derelictorg.github.io/using.html)
More information on how to use DerelictJWT can be found on the [WIKI.](https://github.com/jython234/DerelictJWT/wiki)
*Sample Code:*
```D
import derelict.jwt.jwt;void main() {
DerelictJWT.load(); // Load the shared library
// Now you can call libjwt methods
}
```