-
This feature enhancement focuses on implementing a reset password functionality to provide users with a secure and reliable method for regaining access to their accounts in the GirlScript project. The…
-
-
## Description
This task involves developing a Reset Password API using the Strapi plugin and its default authentication model. The API should allow users to securely reset their password through a to…
-
# Research - Wrapped BTC tokens
This ticket holds the research relating to existing wrapper BTC tokens and further improvements we can make to our current approach. We've done some research on this…
-
### Expected Behaviour
NPM package is published
### Actual Behaviour
NPM package is not published
According to https://experienceleague.adobe.com/docs/experience-manager-cloud-service/impl…
-
### Motivation: Why do you think this is important?
Flyte dumps all TaskConfig to the UI and logs, including sensitive data (such as access tokens).
This is a critical security issue in enterprise e…
-
## In what area(s)?
/area runtime
> /area test-and-release
## Describe the proposal
### Issue:
Today the only Env variables that can be injected into the sidecar pod, are the plai…
-
I noticed that every time i sign in, i receive the same token. Afaik we don't have any logout endpoint, do we?
Do tokens expire? If not, this might be a security issue (stolen tokens, guessed token…
-
### Description
I am trying to delete one of the access tokens using the following command:
```
curl -X 'DELETE' \
'https://gitea.DOMAIN/api/v1/users/administrator/tokens/temp_token' \
-H…
-
**Description:**
I encountered an issue when working with JWTs (JSON Web Tokens) in Quarkus. Specifically, when I try to read the updated_at claim from the JsonWebToken, I receive an error if the val…