-
```
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…
-
Many SmartHome controllers are uses Basic authentication to access to HTTP API.
I use Raspberry Pi with app Z-Way to control my Z-Wave Devices. Z-Way requires login and password for HTTP commands.
I k…
-
```
What steps will reproduce the problem?
1.Api api = Api.builder().username("login").password("pass").build();
api.updateStatus("This is a test message.").build().post();
2.run the previous code
…
-
Unable to enable basic authentication for elastic search with username and password.
Is there is any other way to enable authentication for elastic search with username and password?
I am trying…
-
```
What steps will reproduce the problem?
1.Api api = Api.builder().username("login").password("pass").build();
api.updateStatus("This is a test message.").build().post();
2.run the previous code
…
-
```
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…
-
wildfly-21.0.2.Final
Apiman 2.1.0.Final
I created an API with basic authentication.
API Endpoint: http://8.8.8.8/service
API Type: REST
API Content Type: JSON
Enable stateful request payload in…
-
I am trying basic authentication policy with jdbc endpoint.
following : http://www.apiman.io/latest/crash-course.html
attached is my policy configuration.
![Screenshot 2020-08-03 at 1 01 08 PM](h…
-
# Basic HTTP Authentication from scratch
## Learning objectives
- how to read and write cookies
- how to make an express middleware
- how to serialize and deserialize data using JSON
- how to…
-
Hi and thanks for the great plugin!
I am trying to make it work with Basic Authentication but the server gets stuck.
I am using the example on the readme with these plugin options
```
offerSSPI: fa…