1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

SSO: decode token before auth request

This commit is contained in:
Harvey Kandola 2016-07-10 14:38:55 -07:00
parent adfe3747d5
commit 728ec7bc94
3 changed files with 2 additions and 5 deletions

View file

@ -29,7 +29,7 @@ import (
const (
// AppVersion does what it says
// Note: versioning scheme is not http://semver.org
AppVersion = "0.14.0"
AppVersion = "0.14.1"
)
var port, certFile, keyFile, forcePort2SSL string