fusionauth-issues icon indicating copy to clipboard operation
fusionauth-issues copied to clipboard

FusionAuth issue submission project

Results 422 fusionauth-issues issues
Sort by recently updated
recently updated
newest added

## The CORS documentation is not accurate ### Description The [CORS documentation](https://fusionauth.io/docs/v1/tech/reference/cors#default-configuration) states that CORS is enabled by default, but it's not. I'm trying to use `exchangeOAuthCodeForAccessTokenUsingPKCE`, and it's failing...

documentation

## (Put bug title here) `email verified` email is not triggered for re-send email-verification flow. ### Description `email verified` template works perfectly for the first-time verification but if the verification...

bug

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

## Remove Nashorn ### Description Per https://github.com/FusionAuth/fusionauth-issues/issues/571 we are using a new, better JS execution engine. This is a placeholder issue for officially marking Nashorn as deprecated, and then setting...

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

## Determine if a webhook was triggered by an API client ### Description When comparing a webhook event for `user.update` when triggered via the web and via an API client,...

enhancement

## 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 for programmatic creation/management of FusionAuth SSO session This was created based on a customer request. ### Problem I want to create a user via the registration API, rather...

enhancement