Daniel DeGroff

Results 103 issues of 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...

feature

## 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...

enhancement

## 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...

feature

## 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...

project

## 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...

deprecate

## 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...

bug

## 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...

bug

## 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...

feature
paid-feature

## 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...

feature

## 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...

enhancement
security