Marco Andreotti
Marco Andreotti
Same issue. Right now i am not able to test failure endpoint. The mock auth `OmniAuth.config.mock_auth[:facebook] = :invalid_credentials` is ignored and always redirect to the `auth/facebook/callback` phase. Using `OmniAuth.config.add_mock(:facebook, :invalid_credentials)`...
It seems like https://github.com/Redocly/redocly-cli/pull/938 is a breaking change. Schemas like ``` veryBigNumber: allOf: - $ref: '#/components/schemas/BigInt' - nullable: true ``` Are not valid anymore even though the ref schema has...