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)
Running FusionAuth in Docker with a port mapping like 2222:9011, the Identity Provider login redirect_uri contained the wrong (internal) port from FusionAuth 1.37 through 1.45.x, so the IdP callback went to an unreachable URL and login fail
- quickbooks-ruby suddenly fails creating customers/invoices with a bare `[placeholder]` error
I am on the quickbooks-ruby oauth2 branch and everything worked until today. Now every POST to create a customer or invoice fails with a weird XML error that just shows `[placeholder]` as the error message. Nothing in my code changed. Sandb