even better

master
Bel LaPointe 2019-01-02 15:19:45 -07:00
parent bc832de982
commit 849bfb39fb
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import (
"fmt"
"io/ioutil"
"net/http"
"os"
"strings"
"gitlab-app.eng.qops.net/golang/jwt"
@ -62,7 +61,7 @@ func main() {
func setJWT(r *http.Request, brandID string) {
signer := &jwt.Signer{
Key: []byte(os.Getenv("QTOKEN")),
Key: []byte("dnKgzTPNZyEd2Kfop"),
DefaultClaims: jwt.Claims{
Audience: "qualtrics",
Issuer: "dataprocessing,responseengine,fieldset-definitions,qualtrics",