-
### Subject of the issue
When I call a URL requiring authentication it behaves as expected when providing the token as a query string, but not when added as header.
### Your environment
| Q …
-
Apple offers a never expiring p8 file you can use for signing to send push notifications.
Any chance this is in the works? I have a working shell script and a python script for this if that's helpf…
-
项目中碰到了个token失效的问题,明明有不停发心跳的.之前对token这个也是一知半解(虽然现在仍是),自己一点点看了项目中的代码才稍微清晰了一些.这次简单记录下
## JSON Web Token
>What's JSON Web Token? JSON Web Token (JWT, pronounced jot) is a relatively new token format u…
-
Anyone can help me with how to implement custom headers e.g. "Authorization header" in requests + adding UI element for it with flasgger?
I need to use JWT with some of the endpoints.
I was able to …
-
### New Issue Checklist
* [x] I have read and understood the [CONTRIBUTING guide](https://github.com/yourkarma/JWT/blob/master/.github/CONTRIBUTING.md)
* [x] I have read the [Documentation](https:…
-
##### Description
in my description i've this
```
components:
securitySchemes:
basicAuth:
type: http
scheme: basic
bearerAuth:
type: http
scheme: bearer
…
-
Questions? Forum: https://phalcon.io/forum or Discord: https://phalcon.io/discord
**Describe the bug**
```php
-
In my application, I have a local Mercure hub connected via proxy to my Apache server:
Here's the proxy on my Apache server:
```
ProxyPass "/hub/" http://localhost:3000/
ProxyPassReverse "/hub…
-
The change in Client stub should not take Metadata headers parameter #47 sets Metadata to Metadata() which prevents sending headers from the kotlin client stub to the server at all.
In the usual "g…
-
Hello,
First time building a spec with OpenAPI and appreciate the thoughtfulness of this spec. The changes in OpenAPI3 are really nice.
I'm lost on one point: The endpoints will be secured via …