-
**Is your feature request related to a problem? Please describe.**
To make the application only usable by the right people, there needs to be an authentication and authorization process.
**Describ…
-
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 …
-
I have a working api (Laravel) with jwt authentication. Then when I have copied my API to another server, suddenly 401 error appears in all calls to the api.
login is working correctly and i get my…
-
**Expected Behavior**
It would be nice if the RestClient supported an equivalent of ServletBearerExchangeFilterFunction. This would allow us to easily grab a user's bearer token and pass that on to s…
-
I followed the documentation and set up my API credentials as below:
```
public static Properties getMyMerchantDetails() {
Properties props = new Properties();
// HTTP_Signature = http_signa…
-
###### Environment
- lua-resty-openidc version (e.g. 1.7.0)
- OpenID Connect provider (e.g. Keycloak, Azure AD)
###### Expected behaviour
In simple version:
1. Config: `opts.token_endpoin…
-
The generated function supports the bearer token but not cookie.
```
@app.middleware("http")
async def add_process_time_header(request: Request, call_next):
# retrieve the bearer token from …
-
```
{
resolve: "gatsby-source-graphql",
options: {
// This type will contain remote schema Query type
typeName: "SWAPI",
// This is the field under …
-
-
### Version Information
Server Version: 2.28.0
CLI Version (for CLI related issue):
### Environment
EE
### What is the current behaviour?
Showing the above error after adding this envi…