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

Events syncTokensAsync_begin, syncTokensAsync_end, syncTokensAsync_error are never emitted #1365

Open
krzempekk opened this issue May 13, 2024 · 1 comment

Comments

@krzempekk
Copy link
Contributor

Issue and Steps to Reproduce

In event list (https://github.com/AxaFrance/oidc-client/blob/main/packages/oidc-client/src/events.ts) following events are declared:

  • syncTokensAsync_begin
  • syncTokensAsync_end
  • syncTokensAsync_error

However, looks like none of this three is ever actually emitted - there are no references in oidc-client code. Should those be cleaned up?

Versions

7.22.4

Expected

No events that are never emitted are present in eventNames list.

Actual

There are some event that are never emitted in eventNames list.

@guillaume-chervet
Copy link
Contributor

Thank you @krzempekk for your issue.
I will look at it as soon as i can. It should be triggered.

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

2 participants