package
0.6.3
Repository: https://github.com/micro-business/go-core.git
Documentation: pkg.go.dev

# Packages

Package fasthttp ...
Package grpc ...

# Functions

ParseAndVerifyToken parse the given token and verifies the signature ctx: Mandatory - the context authorizationToken: Mandatory - the auhorization token jwksURL: Mandatory - the URL to where the public keys are stored verifyToken: Mandatory - indicates whether the provided token needs to be signature verified Returns either the parsed and verified token or error if something goes wrong.