-
I copied one of our test projects in csharp client generator, it has an auth model:
```
model AuthFlow {
type: OAuth2FlowType.clientCredentials;
tokenUrl: "https://api.example.com/oauth2/token…
-
### 📜 Description
Trying to run the default Node.js template.
Getting Error as Error as:
**NotFoundError**
Message: Template action with ID 'publish:github' is not registered.
OS: Linux 6…
-
context: I'm running a Remix application deployed to Cloudflare Pages, using official plugins and CLIs. No weird stuff
when using the Headers library like this
```tsx
import SuperHeaders from "…
-
So I tried both versions 3.1.0 and 4.0.0-beta, and it seems this library completely omits support for grantType with `client_credentials`, do I understand that correctly?
(PS. version 3.1.0 - there…
-
### Feature Description
Refactor `/refunds/aggregate` API to use JWT authentication only, removing API Key auth
The /refunds/aggregate API is meant for internal use only and should not be access…
-
Hi there.
I will receive my box in the next few days and I was going through the API documentation because I will control the charging power from my Energy Monitoring system.
Yet, I don't see an…
-
### Given:
```clojure
(require
'[reitit.http :as http]
'[reitit.http.coercion :as coercion]
'[reitit.http.interceptors.parameters :as parameters])
(def api-chain [parameters/param…
-
### Motivation
- One of the points brought up in pen testing by Gofore
- Easier deployment of mobile testing environments and other environment
- Number of required SSL certificates lessens
We are p…
-
Hi, I want to understand what are these APIs being triggered, I didn't get any information in the docs about this. Can we disable them? If yes, then how?
-
There are 2 types of API routes:
- Private: for admins. Starts with `/app`
- Public: for respondents. Starts with `/surveys`
While public one can be open, the private is better to be protected …