Categorygithub.com/thanishsid/tokenizer
modulepackage
0.2.0
Repository: https://github.com/thanishsid/tokenizer.git
Documentation: pkg.go.dev

# 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

# Structs

EC.
ED.
HMAC.
RSA.

# Interfaces

No description provided by the author