Daniel DeGroff
Daniel DeGroff
Add support EDDSA https://tools.ietf.org/html/draft-josefsson-eddsa-ed25519-03#section-4 https://en.wikipedia.org/wiki/EdDSA ### Related - https://github.com/FusionAuth/fusionauth-jwt/issues/32
How many people would I break if I moved this to Java >= 14? Feel free to comment on this thread. ### Related - https://github.com/FusionAuth/fusionauth-jwt/issues/13#issuecomment-1168946774
### Issue Inbound thread from Nightwatch Cybersecurity Research > Nightwatch Cybersecurity Research > It looks like the "x5c" field is not being used, while the RFC > dictates that "x5c"...
Re: https://github.com/FusionAuth/fusionauth-containers/issues/59 We added the option for anyone to add additional JDK modules and build their own image based upon our `Dockerfile`. This was added to make it easier to...
See example modification: https://github.com/jerryhopper/fusionauth-install/blob/master/install.sh ``` # Expirimental Aarch64 support. # Uses https://adoptopenjdk.net/releases.html?variant=openjdk14&jvmVariant=hotspot # tested on NanoPi Neo2 (1gb) using Dietpi (www.dietpi.com) if [ "$(uname -m)" = "aarch64" ]; then echo...
## Make a better search field in FusionAuth Admin UI ### Problem We could make the search field better. ### Solution Ideas: 1. Once you build a cool ES query,...
## Add config for Webhook Signature ### Description The smart folks over at ngrok have put together a bunch of great information on webhooks, best practices, and reviewed a bunch...
## General Webhook enhancements ### Problem As we look forward to enable FusionAuth as a SCIM client we want to enhance webhooks to have some additional capability that will make...
## OpenID Connect Certification ### Problem There may be some edge cases FusionAuth does not cover in our current OIDC implementation. There may also be some customers who require or...
## Full support for JSON Patch ### Description FusionAuth supports the HTTP `PATCH` method but this has some limitations. Merging, replacing or moving values is difficult. ### Examples #### Array...