Egor Olefirenko

Results 5 issues of Egor Olefirenko

Enhancement
Renderer
AI

I would like to argue about the note "possible data-races can make it even more random": - data-races are likely to disrupt the random distribution - I suppose single random...

Enhancement
Core
Code Quality

Hi! I chose `oauth2/google/externalaccount` package as the basis for my implementation of `token-exchange` grant-type on the client side. As I see it, this token exchange configuration supports providing a `ClientID`:...

Hello! The standard implementation of `client_credentials` grant_type uses a `RetrieveError`, which is really useful because it provides the raw response body and error code. https://github.com/golang/oauth2/blob/3e6480915d39dd1a80fa460e56413857f02cc1b9/token.go#L184-L198 As I noticed, the `stsexchange`...

I propose such a solution for #740 Could you please leave a comment about the possibility of breaking error parsing for existing client applications?