-
Objective
Implement security measures in the project using Spring Security to ensure secure access to the application's resources. This includes setting up authentication, authorization, and protecti…
-
- **Description**: Implement middleware to protect routes that require authentication. This middleware checks for a valid session or token before allowing access to protected endpoints. If the user is…
-
We need to add a way to protect endpoints and the documentation, in order to do this, we must be able to still send and list messages given a certain session id, but all of the other endpoints must be…
-
Postman doesn't seem to support authentication using **kerberos**, or more generally **HTTP Negotiate (SPNEGO)** mechanism.
The equivalent way of authenticating using kerberos via `curl` is somethi…
brijs updated
3 weeks ago
-
**Short Description**
The current insecure cloud-init endpoint does not require a JWT to GET cloud-init data. This is the intended behavior as the configs served by this endpoint should be fine to be…
-
Implement a backend system using Express.js to handle user authentication securely. Features include:
Storing hashed passwords using libraries like bcrypt.
Creating and validating JWT (JSON Web To…
-
### Hardware
LilyGO T-Internet POE
### Firmware version
v.2.3.3
### Application version
v.2.3.3
### What happened? What did you expect to happen?
My instance is username/password …
-
Hey. Love your module but I'm having a problem with my endpoints moving around:
![figure_1](https://cloud.githubusercontent.com/assets/1063391/21903594/5074b014-d8b5-11e6-852f-68e8e6e32fbf.png)
…
-
# Description
As a developers, we want to implement user authentication in our endpoints, so once auth team has this feature ready we need to add it to the existing messages endpoints.
# Acceptanc…
-
**Describe the bug**
In our setup we use basic auth = username/pass protected endpoints. New versions of web-ui break do not support this auth, since Authorization header is always set to Bearer even…