From 748ae6cf5a681588ca370a92c1a0e42a987d79d5 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Wed, 18 May 2016 22:39:27 +0100 Subject: Don't use jwt, it doesn't buy a whole lot for this application --- testdata/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testdata') 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" + } } }`) -- cgit v1.2.3