Skip to content

Google Cloud Platform (AppEngine/Managed VM) jwt-go implementations

Notifications You must be signed in to change notification settings

etsangsplk/gcp-jwt-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gcp-jwt-go

Google Cloud Platform (AppEngine/Managed VM) jwt-go implementations

Basic implementation of using the built-in App Identity API of AppEngine to sign JWT tokens using the dgrijalva/jwt-go package.

Basic usage:

import (
    "github.com/dgrijalva/jwt-go"
    _ "github.com/someone1/gcp-jwt-go"
)

token := jwt.New(jwt.GetSigningMethod("AppEngine"))

// Same process as any other signing method in the jwt-go package

About

Google Cloud Platform (AppEngine/Managed VM) jwt-go implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%