# HG changeset patch # User Peter Sanchez # Date 1685648990 21600 # Thu Jun 01 13:49:50 2023 -0600 # Node ID 3682f21905445ffce3c69103c85e5bb88b5fdc23 # Parent 3cf82cd459f520c13b886469caa2e5c94149f139 Adding token Type to generation diff --git a/routes.go b/routes.go --- a/routes.go +++ b/routes.go @@ -575,6 +575,7 @@ bt := BearerToken{ Version: TokenVersion, + Type: "OAUTH2", Issued: ToTimestamp(issued), Expires: ToTimestamp(expires), Grants: payload.Grants,