-
Continuation of #96 and #122, and followup to #116 that added initial and limited direct connections (with GraphQL support) but did not support credentials nor unify the `status` to work for all kinds…
-
- Setup ApiGateway or similar to sit in front of the ECS task and handle the networking
- Buy a domain and route it to the AWS endpoint
- Ensure routes are passed through to AWS task
-
Hello.
[Caddy Name Spaces](https://caddyserver.com/docs/extending-caddy/namespaces) lists `http.authentication.hashes` as a namespace for custom implementations for hashing in use with [`basic_auth`]…
-
# Background
JWT (JSON Web Token) authentication in Presto is used to ensure secure access to the Presto cluster by validating the identity of the clients requesting resources.
Presto can be co…
-
Tiddlywiki is not being upgraded to Oauth as part of #120. Due to the complexity of the current config, it is staying with only basic auth for the time being.
It would be nice though if tiddlywiki …
-
### Describe the bug
I'm sending a GET request with basic authentication, where the username contains `@` - so I'm escaping it to `%40`.
Username: my@email.com
Password: pass
URL: `http://my%40e…
-
Hi all,
I want to enable a basic authentication, can anyone please help me how to add the auth in my docker-compose file.
[docker-compose.txt](https://github.com/docker-solr/docker-solr/files/592…
-
```
This project ties the apps authentication with the google authentication
scheme, while this is great, I would like to have the possibilities to decide
to use the regular django authentication sc…
-
Passwords with ":" characters are being misinterpreted in BASIC authentication. For example, if a username password combination is `{ "user", "abcd:1234" }`, the password is being interpreted as `abcd…
-
It appears that sync-request does not support basic access authentication. Are there any plans to include this in the future?