- Feb 28, 2024
-
-
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.
-
- Nov 15, 2023
-
-
Jonas Gröger authored
The default is `false` so removing the parameter works. See planning#501 (comment 107371)
-
- Aug 02, 2023
-
-
Christoph Metzger authored
-
- Jul 17, 2023
-
-
Jonas Gröger authored
-
- Jun 29, 2023
-
-
Jonas Gröger authored
-
- Apr 27, 2023
-
-
Shahid Salim authored
Endpoints: - GET /v1/destinations/{destinationId} - GET /v1/destinations/{destinationId}/keys/{keyId} - GET /v1/info - GET /.well-known/jwks.json
-
- Feb 21, 2023
-
-
Pascal Osterwinter authored
-
- Jan 17, 2023
-
-
Pascal Osterwinter authored
-
Pascal Osterwinter authored
-
- Oct 26, 2022
-
-
Jonas Gröger authored
-
- Oct 19, 2022
-
-
Jonas Gröger authored
-
Jonas Gröger authored
-
This reverts commit 514ac74c
-
-
-
- Sep 06, 2022
-
-
- Mar 22, 2022
-
-
Florian Kaufmann authored
-
- Dec 01, 2021
-
-
Andreas Huber authored
-
- Oct 07, 2021
-
-
Andreas Huber authored
-
- Sep 23, 2021
-
-
Marco Holz authored
-
Marco Holz authored
-
Jonas Gröger authored
So we have to include it separately. It's a little more text. See https://github.com/OAI/OpenAPI-Specification/issues/417
-
Marco Holz authored
-
Marco Holz authored
-
- Sep 22, 2021
-
-
David Schwarzmann authored
-
David Schwarzmann authored
-
- Sep 21, 2021
-
-
David Schwarzmann authored
-
- Sep 20, 2021
-
-
David Schwarzmann authored
-
- Sep 06, 2021
-
-
Jonas Gröger authored
-
- Sep 05, 2021
-
-
Jonas Gröger authored
-
- Aug 26, 2021
-
-
Jonas Gröger authored
-
- Aug 25, 2021
-
-
Jonas Gröger authored
-
Jonas Gröger authored
- Aug 12, 2021
-
-
Jonas Gröger authored
* The "old" Destination is now in destination-any but still called Destination. * There is now a PublicDestination (w/o contactInfo and callback) and a PrivateDestination * Removed notice about missing fields depending on scope (since its now obvious from the schema)
-
Jonas Gröger authored
Reasoning: It't not version 20 but version 2.
-
- Aug 10, 2021
-
-
Jonas Gröger authored
-