Simon Levermann
Simon Levermann
When verifying the password in argon2-jvm, it can only return true or false. The native verify-function however also passes through other error codes, like ARGON2_DECODING_FAIL or ARGON2_INCORRECT_TYPE if the hash...
I have C++ code for this at hand, I'd have to work on porting it to Python. There's two versions of this algorithm: 1. The local version that uses Floyd's...
It would be quite useful to allow pushing to the remote tracking branch in the git adapter; that is: Simply run ``git push`` rather than ``git push myRemote``. We currently...
I have the following class that I am using with @BindBean in JDBI: ```java import lombok.Builder; import lombok.NonNull; import lombok.Value; import java.util.Map; import java.util.UUID; @Value @Builder public class DbCreateIngredient {...
I have an entry that looks like this: ``` { "_id" : NumberLong("295953231447769116") } ``` When trying to access this entry in Mongo Express, an error "Document not found!" is...
This is a start for an implementation of the change I suggested in https://github.com/keycloak/keycloak/discussions/11201
### Describe the bug When the user is redirected back to the login page after entering their email in the "Forgot password" dialog, the language resets to the realm's default...
**What this PR does / why we need it**: When trying to move an existing keycloak installation with no configuration management to keycloak-config-cli, it can be hard to figure out...
**Is your feature request related to a problem? Please describe.** I have a service which can only be terminated by sending a command to the service via an external tool....
The colors seem a bit off (same thing also happens in the solarized light theme)   see https://github.com/snowe2010/solarized-jetbrains/issues/2#issuecomment-534606977