5824: Move request auth code into an SDK package. Support more ways of passing tokens.
authorTom Clegg <tom@curoverse.com>
Thu, 21 May 2015 04:33:56 +0000 (00:33 -0400)
committerTom Clegg <tom@curoverse.com>
Tue, 11 Aug 2015 00:25:44 +0000 (20:25 -0400)
commitd2e546749afaa1ff8fff8cb920b9a54d58154b76
tree1752dbd77858b8bd201c70e79948596826cf9c69
parent522404b2066c8b635a240f79dd4bf652479afadb
5824: Move request auth code into an SDK package. Support more ways of passing tokens.
sdk/go/auth/auth.go [new file with mode: 0644]
sdk/go/auth/basic_auth_go13.go [moved from services/arv-git-httpd/basic_auth_go13.go with 97% similarity]
sdk/go/auth/basic_auth_go14.go [moved from services/arv-git-httpd/basic_auth_go14.go with 91% similarity]
sdk/go/auth/basic_auth_test.go [moved from services/arv-git-httpd/basic_auth_test.go with 98% similarity]
services/arv-git-httpd/auth_handler.go