codedust
codedust
New: If no secret/publicKey is provided by the user, no signature check is performed. Rather then silently skipping the signature check, this commit introduces a warning in this case. New:...
### Summary Instead of allowing only one single algorithm during signature validation, one can now specify a comma-separated list of algorithms using the `--algs` command line parameter. In order to...
When no algorithm is given during signature validation, `HS256` is used by default. This leads to an error message stating that the JWT has a different algorithm than the one...
Currently, the library does not define the best algorithm choices for encryption and signing: **Signing** Please use `PS256` per default instead of `RS256`. See, e.g., https://www.scottbrady91.com/JOSE/JWTs-Which-Signing-Algorithm-Should-I-Use Also, in the README,...
Client-side ontact sharing could be relatively easily implemented by displaying a suggestion to make a friend request when someone sends you a Tox ID. Additionally, we could implement a "share...
Hi! I've just started experimenting with matrix-nio. Thanks for this library! While playing around with the examples from the documentation, I realized that the last line in the [basic client...
Showing the last tweets from a twitter account would add great benefit to the embetty tool. ```html ```
Maybe the links from https://codeberg.org/opengovtech/foss-verwaltung are helpful for https://berlinopensource.de/links/
The JavaDoc link in Readme.md seems to be broken: > Javadocs can be found [here](https://javadoc.jitpack.io/com/github/jimblackler/jsonschematypes/jsonschemafriend/0.11.3/javadoc/net/jimblackler/jsonschemafriend/package-summary.html). > Tag or commit '0.11.3' not found. Rechecking.
### ⚠️ Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find similar feature request ### 🏷️ Feature Request Type UI Feature...