Daniel DeGroff
Daniel DeGroff
If we make any updates here, we may want to review our API usage to see if we are still compatible with the X APIs. - https://developer.x.com/en/docs/authentication/guides/log-in-with-twitter
I'm not sure exactly what you're asking for. When you register a user we send : - `user.create` - `user.create.complete` - `user.registration.create` - `user.registration.create.completed` We do not send: - `user.login.success`...
Is this a duplicate of https://github.com/FusionAuth/fusionauth-issues/issues/2328? Please re-open if this issue still remains. Thanks!
Per the comments above, looks like we didn't fix this issue with https://github.com/FusionAuth/fusionauth-issues/issues/2328.
@bhalsey can we handle https://github.com/FusionAuth/fusionauth-issues/issues/2741 as part of this work?
> FusionAuth has switched to a lighter weight HTTP server backend since the monitor guide was published. java-http does not have out of the box instrumentation from the opentelemetry-javaagent.jar, so...
Internal: - https://github.com/FusionAuth/fusionauth-app/pull/512 Documentation: - [x] New lambda type - [x] Tenant API changes - [x] New tenant configuration to assign lambda function - [x] A theme message resolution will...
Some additional notes, for clarity from a duplicate issue: -------- ### Description We've had a customer ask for a "Forgot username" workflow to the hosted login pages. The use case...
We should at least triage this and see if this is a FF thing or something we are doing that could be done better.
In theory we could index this as part of the user, but it would likely be really slow because this is not part of the user data model currently but...