Skip to content
New issue

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

Cannot verify token in multiple resolvers #82

Open
OlivierThielGlady opened this issue Mar 25, 2024 · 0 comments
Open

Cannot verify token in multiple resolvers #82

OlivierThielGlady opened this issue Mar 25, 2024 · 0 comments

Comments

@OlivierThielGlady
Copy link

Hi !
Resolvers are run simultaneously and thus, if you are more than one, when calling the verify method from NgHcaptchaService, the second resolver does not complete because the hCaptchaWidgetId variable is already set and the resetHcaptcha method is not called in the first resolver before the second starts (sorry if this is confusing).
The only workaround I found is manually instantiating the service rather than relying on Angular dependency injection mechanism.

Shouldn't the subscriber be completed regardless of the variable state instead ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant