diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2016-05-18 22:39:27 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2016-05-18 22:39:27 +0100 |
commit | 748ae6cf5a681588ca370a92c1a0e42a987d79d5 (patch) | |
tree | 82bcaee6ab6194f7e99fee1d77d571eaa4b84ddc /testdata | |
parent | 47e702ab1d0c1b92b76663ba027c7c20122efab7 (diff) |
Don't use jwt, it doesn't buy a whole lot for this application
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/config.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testdata/config.go b/testdata/config.go index ca856a8..8b38fa6 100644 --- a/testdata/config.go +++ b/testdata/config.go @@ -18,8 +18,7 @@ var AuthConfig = []byte(`{ "oauth_callback_url": "https://sshca.example.com/auth/callback", "provider_opts": { "domain": "example.com" - }, - "jwt_signing_key": "supersecret" + } } }`) |