-
When disabling token authentication with `TOKEN_AUTH_DISABLED=True,` the manual at https://pulpproject.org/pulp_container/docs/admin/learn/authentication/#basic-authentication states that `Basic authe…
-
**_CLIENT SIDE_**
- Create two different ApplicationViews.js: 1. AdminViews 2. AuthorViews
**_SERVER SIDE_**
_**Snag auth.py from levelUp and adjust data accordingly**_
- change "usernam…
-
Services in the `socketworld` ecosystem depend on user access to manipulate resources -- the `space` service should validate that each request comes from a user with a valid session.
- Check that a t…
-
```
Please add basic authentication to tinywebdb
```
Original issue reported on code.google.com by `step...@mymessage.us` on 22 Oct 2010 at 8:26
-
v2 Auth
Basic Auth
We only support Basic Auth for the first version. Client needs to attach the basic auth to the HTTP Authorization Header.
https://coreos.com/etcd/docs/latest/v2/auth_api.html
-
Many thanks for this great plugin!
We have some problem to access documents which are protected by Basic Authetication.
When we try to access the constrained resource (server asks for basic auth) …
-
I use HTTP Basic authentication on my OpenHAB server at home. This Mycroft skill does not support authentication. I've made some small modifications to the code on my own Mycroft system to support HTT…
-
Would be great to add support for basic HTTP authentication. Not sure how hard it is to add. Would love to help out but haven't been much a CFNetwork guy yet.
-
-
### Request
Extend the standard library encoding with a to_base64 function.
### Use case
We want to dynamically add a tenant id to the OTLP exporter but the exporter only supports 1 auth option and…