# README
tokenizer
A wrapper around golang-jwt to create a client which can easily create and parse regular jwt tokens or encrypted jwt tokens with different signing methods HMAC, AES, EdDSA.
# Functions
Create a new jwt token.
New ES.
New ED configuration.
New Hmac configuration.
New RSA configuration.
Verify jwt token signature and deserialize the claims to the provided dst.
# Variables
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author