oauth2/google
Dave Day a870243201 jws: use base64.RawURLEncoding
The Raw (unpadded) version of URL encoding was introduced in Go 1.5.
Since we no longer need to support Go 1.4 (and indeed, Go 1.4 won't work
because of our dependency on golang.org/x/net/context), we can simplify
the base64 encoding/decoding to use this directly.

Fixes golang/oauth2#190.

Change-Id: Ic2676edf5fe5b4d1680409fd9c02bd1c287ca39f
Reviewed-on: https://go-review.googlesource.com/25000
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-07-18 01:11:30 +00:00
..
testdata/gcloud oauth2/google: fix decode error in Cloud SDK config 2015-02-12 05:35:05 +00:00
appengine.go all: change copyright to 'Go Authors' 2015-10-22 04:14:42 +00:00
appengine_hook.go all: change copyright to 'Go Authors' 2015-10-22 04:14:42 +00:00
appenginevm_hook.go google: Re-enable AppEngineTokenSource to be used from Managed VMs. 2015-09-16 01:14:15 +00:00
default.go all: change copyright to 'Go Authors' 2015-10-22 04:14:42 +00:00
example_test.go google: fix the build when appengine isn't present 2016-07-15 18:42:06 +00:00
google.go google: support key ID in JWTAccessTokenSourceFromJSON 2016-07-02 01:08:09 +00:00
google_test.go google: support key ID in JWTAccessTokenSourceFromJSON 2016-07-02 01:08:09 +00:00
jwt.go google: support key ID in JWTAccessTokenSourceFromJSON 2016-07-02 01:08:09 +00:00
jwt_test.go jws: use base64.RawURLEncoding 2016-07-18 01:11:30 +00:00
sdk.go all: change copyright to 'Go Authors' 2015-10-22 04:14:42 +00:00
sdk_test.go all: change copyright to 'Go Authors' 2015-10-22 04:14:42 +00:00