-
It would be possible to automate the authentication further by parsing the Www-Authenticate header of an initial request to the base URL to retrieve the the authentication URL and service. See: https:…
-
Pushl should be able to support private webmentions by supporting [AutoAuth](https://indieweb.org/AutoAuth) or some other bearer token mechanism.
-
I followed the excellent guide to configuration bearer auth and configured our functions to generate swagger documentation but the swagger UI does not allow setting the bearer token.
Here is our Fu…
-
Nice library!
Have you considered adding support for bearer token authentication and/or other authentication methods? In my use-case I need to call /login with some known values, which returns a to…
-
### Description
Hi, I would like to fuzz my API with a Bearer token (JWT).
I have many routes on my NodeJS API with a special route /login which return a token if your username and password sent i…
-
Implement `OAuth` authentication as a separate `Wire`
-
We are currently using a JWT Authorizer to authenticate with our kafka cluster. In order to deploy to this cluster, adding bearer token authentication would allow for this to be managed from within te…
-
I have tried numerous options to try and figure this out but none work for me.
Authentication using username and password is ok but find do not mention cookies being used which works have been helpf…
-
### zot version
v2.0.0
### Describe the bug
The `/metrics` endpoint requires authentication thanks to #1895.
However, when Bearer authentication is configured, no other authentication methods ar…
-
**Describe the bug**
Ok, after test driving for 1-2 weeks the individual requests (with the Console etc, pre-script, post-script, env vars, etc), I've now reached the point of testing to run my entir…