ramosbugs / oauth2-rs

Extensible, strongly-typed Rust OAuth2 client library
Apache License 2.0
939 stars 163 forks source link

version 4.4.2 doesn't work with Google provided token server #259

Closed wt closed 5 months ago

wt commented 8 months ago

The 4.4.2 doesn't work with the token server in my credential config from google (namely "https://oauth2.googleapis.com/token"). The main branch version does. Might be worthwhile to either backport that fix to 4.4.2 or document it somewhere where someone might find it.

ramosbugs commented 8 months ago

What error are you seeing? There shouldn't be any recent changes that impact whether the examples work.