Cody Oss

Results 281 comments of Cody Oss

If it is determined this change should be considered breaking perhaps it is better, for now at least, to implement it in a non-breaking way. Maybe this "feature" can be...

I believe both the documentation and usage is correct here. The context is also fowarded to the auth layer for fetching credentials from the metadata service. The context passed to...

This would be useful for libraries when we have a v2 but there is a v1 package still out there.

I will try to take a look at this later this week. I need to go over the RFC.

Hey all, I would still like to help take a look at this sometime in the near future(most likely start Oct). It had fallen off my radar and other priorities...

May I please remind everyone here to be respectful make sure discussion is in line with our code of conduct [Code of Conduct](https://golang.org/conduct#code). Let's also try to keep discussion on...

Although some other languages oauth2 libraries honor this today it is not in the spec for ACD: https://google.aip.dev/auth/4110. cc @broady

I think the important bit here is that there is a way to overwrite the import *and* package. Exposing a package override as a separate attribute would be fine too,...

We are indeed. In Go it is completely valid to have an import-path of `example.com/something/foo` and in that directory have `package bar`. A great example of this is anytime there...

@enocom This was actually just recently codified in #1747