~netlandish/gobwebs-oauth2

bf77e24fab4c7546cd3283a29a32a43540b39f14 — Peter Sanchez 1 year, 5 months ago c7b753b
Adding token Type to generation
1 files changed, 1 insertions(+), 0 deletions(-)

M routes.go
M routes.go => routes.go +1 -0
@@ 575,6 575,7 @@ func (s *Service) AccessTokenPOST(c echo.Context) error {

	bt := BearerToken{
		Version:  TokenVersion,
		Type:     "OAUTH2",
		Issued:   ToTimestamp(issued),
		Expires:  ToTimestamp(expires),
		Grants:   payload.Grants,