Daniel DeGroff
Daniel DeGroff
## Webhook Event Log response has a nested `event` object ### Description The response from the Webhook Event Log API has a nested `event` object. ``` { "total": 1, "webhookEventLogs":...
## Webhook Event Log response should probably not deserialize the original event ### Description We should probably just store this as a string, and return it a a string. We...
## Search Improvements ### Description Tracking issue for Elasticsearch / Opensearch improvements. ### Related - https://github.com/FusionAuth/fusionauth-issues/issues/494 - https://github.com/FusionAuth/fusionauth-issues/issues/745 - https://github.com/FusionAuth/fusionauth-issues/issues/712 - https://github.com/FusionAuth/fusionauth-issues/issues/923 - https://github.com/FusionAuth/fusionauth-issues/issues/1086 - https://github.com/FusionAuth/fusionauth-issues/issues/1149 - https://github.com/FusionAuth/fusionauth-issues/issues/1256 - https://github.com/FusionAuth/fusionauth-issues/issues/1639...
## MultiFactor Authentication Expand the scope and features around multi-factor authentication. ### Project Multi-Factor authentication is a broad topic and FusionAuth currently supports some basic options for multi-factor authentication. The...
## Hide other secrets in the UI behind a POST to reveal button ### Description Similar to how we handle the HMAC secret, we could hide things like client secrets,...
## Update deps for 1.54.0 ### Description Update any 3rd party dependencies that have updates or security updates. (or our libraries that are open source)Provide a description of the problem...
Doc: - https://fusionauth.io/docs/get-started/core-concepts/roles This indicates that `lambda_manager` can only add and edit lambdas, but because we do not ship a `lambda_deleter` role, this role can also delete lambda functions. The...
## Audit all Delete APIs that may optionally now take a JSON body Identify which APIs now have this option, and ensure we document this capability.
## Support for AWS Signed Requests v4 ### Description For requests to OpenSearch or Elasticsearch that may be hosted in AWS, if FusionAuth were to support AWS Signature v4 we...
## Remove usage of MD5 in postgresql & mysql schema for use DoD IL4-6 ### Description We use md5 in the Postgres & MySQL schema to build a UUID v4...