Categorygithub.com/wolfeidau/jwtvalidate
modulepackage
1.1.0
Repository: https://github.com/wolfeidau/jwtvalidate.git
Documentation: pkg.go.dev

# README

jwtvalidate

This is a small helper library which validates JWT tokens in concert with my fork of go-iodc.

GitHub Actions status Go Report Card Documentation

License

This code is released under the Apache 2.0 license.

# Functions

SplitScopes simple helper to split and return scopes as an array.
Validate returns validates the token, then returns just the parsed JSON from the JWT.

# Structs

Payload base JWT payload.

# Type aliases

JSONTime represents a time which has been parsed from a epoch seconds.