We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue popped up here: FusionAuth/go-client#55
We support resending the email with an API key: https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/api/resendEmailVerification.json
But not resending without an API key, though that is supported via the API: https://fusionauth.io/docs/v1/tech/apis/users/#resend-verification-email
We should create an anonymous client library call, the same way we have an anonymous changePassword call: https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/api/changePassword.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue popped up here: FusionAuth/go-client#55
We support resending the email with an API key: https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/api/resendEmailVerification.json
But not resending without an API key, though that is supported via the API: https://fusionauth.io/docs/v1/tech/apis/users/#resend-verification-email
We should create an anonymous client library call, the same way we have an anonymous changePassword call: https://github.com/FusionAuth/fusionauth-client-builder/blob/master/src/main/api/changePassword.json
The text was updated successfully, but these errors were encountered: