Skip to content
fachsimpeln edited this page Apr 18, 2020 · 3 revisions

Welcome to the EasyJWT wiki!

EasyJWT is intended to provide a version of JWT that is particularly easy to implement. So far only the easy to understand symmetric signing methods are used.

The library also supports the symmetric encryption of the JWT token with AES (using openssl), if confidential or sensitive information is to be stored in JWT.

Let's Get Started