Daniel DeGroff
Daniel DeGroff
## Enable 2FA during login ### Problem Using the FusionAuth provided login workflow, there is no way for a user to enable 2FA for their own account. Currently this is...
## Add a config to "email user" for the failed login configuration ### Description When a user action is configured to "email user" the intent is that the user of...
### Problem I want to support JSON Patch Merge on a JSON REST API when using the `PUT` HTTP Method with a `Content-Type` of `application/merge-patch+json`. The current usage of `ObjectMapper.readerForUpdating`...
## Update to the latest version of Jackson 2.13.4 or 2.14.0 if available ### Description As Jackson is getting more popular, CVEs seem to be more common. Unclear if these...
## Support for IdP initiated to an SP when FusionAuth is the IdP ### Problem FusionAuth does not currently support IdP initiated login when we are the IdP, we only...
## Be more defensive when managing entities in the UI if the `tenantId` is removed or invalid ### Description On the manage entity page the `tenantId` is in the query...
## Optionally update the Email Template and Theme API to take a base64 encoded version of the FTL template ### Description In FusionAuth Cloud we've seen the AWS WAF cause...
## Review Passwordless login when an SSO session already exists ### Description Ensure the current behavior is expected. *Use case 1* - User A has an SSO session - User...
## Add an Early Access Program ### Problem Provide early access to users for upcoming features prior to release. ### Solution Allow a user to register for early access to...
## Add Nightly Builds to allow the adventurous to test out bug fixes ### Description We could optionally build and deploy docker images from daily, or semi-daily builds from the...