Daniel DeGroff
Daniel DeGroff
## Add a webhook event log ### Problem Webhook events are not persisted in FusionAuth so you cannot view a historical record of which events were sent and if they...
## Change Link API request body to match the response ### Description We should be able to update the Link API request body to match the response and do it...
## Add lambda function for extended validation during registration ### Problem In order to support 3rd party validation of an email address, phone number, or any various user validation during...
## General Enhancement to Elasticsearch ### Description This is just a place holder for various issues related to ES enhancements ### Related - https://github.com/FusionAuth/fusionauth-issues/issues/45 - https://github.com/FusionAuth/fusionauth-issues/issues/187 - https://github.com/FusionAuth/fusionauth-issues/issues/363 - https://github.com/FusionAuth/fusionauth-issues/issues/375...
## Fully deprecate and remove Nashorn as a supported Lambda engine ### Description In version `1.35.0` FusionAuth added support for the GraalJS engine for Lambda functions. Since this version, the...
## Group member may not be re-indexed when removing all members from a group ### Description There are a few conditions where the search index may not be reflect the...
## Bulk upsert for login aggregator may fail for larger interval counts ### Description Postgresql uses a 2 byte int (short) for parameterized types, and it is possible that there...
## FusionAuth tenant manager ### Problem Currently, a user with a registration to the `FusionAuth` application with a role that allows access to search, edit, delete, or create users can...
## Allow dynamic redirect URI for OAuth ### Problem There are use cases in development and production where the redirect URI is either not full known, or can vary with...
## Add a policy to revoke refresh tokens when a user enables MFA ### Description When MFA is enabled, we may want to revoke all refresh tokens. `Tenant > Edit...