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
    • Jonas Gröger's avatar
      chore(build): no need for global redocly install · 281d126a
      Jonas Gröger authored
      using npx, we can run all redocly commands without doing a global
      install of redocly/cli (-g flag).
      
      I also noticed we were using `latest` which outside of dev tests
      is not recommended.
      
      Some shorthand flags were also migrated to the long ones (--output).
      281d126a
  2. Feb 27, 2024
  3. Feb 23, 2024
  4. Feb 07, 2024
  5. Feb 06, 2024
  6. Feb 05, 2024
  7. Feb 02, 2024
  8. Jan 29, 2024
  9. Jan 08, 2024
  10. Jan 05, 2024
  11. Nov 15, 2023
  12. Sep 25, 2023
  13. Sep 01, 2023
  14. Aug 29, 2023
  15. Aug 25, 2023
  16. Aug 23, 2023
  17. Aug 10, 2023
  18. Aug 09, 2023
  19. Aug 08, 2023
  20. Aug 07, 2023
  21. Aug 02, 2023
Loading