library · inferred from evidence
OAuth2
A Ruby library for OAuth2 authentication, referenced in the context of client configuration.
- Wrong port in redirect_uri with Docker port mapping (FusionAuth 1.37+, fixed in 1.46.0)
How to fix: Wrong port in redirect_uri with Docker port mapping (FusionAuth 1.37+, fixed in 1.46.0). Fixed in FusionAuth 1.46.0; the reporter verified the correct external port appears in redirect_uri and the redirect works on that image. U
- quickbooks-ruby fails creating customers/invoices with a bare XML version error
Intuit started gzip-compressing responses and the gem parsed the raw compressed body as XML, producing a cryptic error. Update quickbooks-ruby to a version with the gzip fix, or register gzip explicitly on the OAuth2 client.