JWT

You can use that service to encode and decode JWT tokens

Register the service into your main.go file:

registry.ServiceProviderJWT()
1

Access the service:

service.DI().JWT()
1