Skip to content
Snippets Groups Projects
  1. Feb 28, 2024
    • Jonas Gröger's avatar
      chore(api): redocly warns if endpoints dont have security set · 6951623d
      Jonas Gröger authored
      usually we use the OAuth2 security schema. but public endpoints
      do not have this security constraint. callbacks don't authenticate
      against the called endpoint.
      
      For reference, the warning was (one example):
      
      > Every operation should have security defined on it or on the root level.
      >
      > 418 | get:
      >     | ^^^
      > 419 |   operationId: get-destination-key
      > 420 |   summary: Ruft einen JWK des Zustelldienstes ab
      >
      > Warning was generated by the security-defined rule.
      6951623d
  2. Nov 15, 2023
  3. Jun 29, 2023
  4. Apr 27, 2023
  5. Feb 21, 2023
  6. Jan 17, 2023
  7. Oct 26, 2022
  8. Oct 19, 2022
  9. Mar 22, 2022
  10. Sep 23, 2021
  11. Sep 20, 2021
  12. Sep 06, 2021
  13. Sep 05, 2021
  14. Aug 25, 2021
Loading