Daniel DeGroff
Daniel DeGroff
## Add configuration to update hash during a change request. ### Description We have a configuration called `tenant.passwordEncryptionConfiguration.modifyEncryptionSchemeOnLogin` which allows FusionAuth to update the user's hash on login if it...
## duplicate key possible when using the Grant API ### Description Looks like we are missing some validation. ``` ### Error updating database. Cause: org.postgresql.util.PSQLException: ERROR: duplicate key value violates...
## Review JSON deserialization from a generic connector ### Description We should verify if we are intending to disallow unknown properties in the JSON from a connector. https://github.com/FusionAuth/fusionauth-site/issues/1211 In general...
## Review new Login Events added in 1.30.0 for use in other Login APIs ### Description A few of the new login events may need to be sent during different...
## Finish up Kickstart Dev Reset ### Description Finish up an on-going hack-athon item for dev reset using Kickstart. - Use during setup wizard - Clean up UI ### Community...
## Secure email change and multiple identities ### Problem Allowing just anyone to change your email address without adequate confirmation from both the current email address owner and the new...
## The UI / API should account for a large number of Applications and Tenants ### Description If you have many tenants, you'll also have many applications. There are several...
## Additional Themed Error Pages ### Problem If an unexpected exception occurs due to unexpected user input, an internal error, etc, FusionAuth will render a `500` status page that is...
## Login with Microsoft ### Problem The problem is I can't login to FusionAuth with Microsoft. :-) ### Solution Add the ability to login with Microsoft. ### Alternatives/workarounds It seems...
## Limit a user to a single session ### Problem This request was raised in #905 - and since I closed that one as delivered in 1.30.0, opening this issue...