AxaFrance / oidc-client

Light, Secure, Pure Javascript OIDC (Open ID Connect) Client. We provide also a REACT wrapper (compatible NextJS, etc.).
MIT License
570 stars 152 forks source link

Redundant console logs from service worker #1362

Open krzempekk opened 1 month ago

krzempekk commented 1 month ago

Issue and Steps to Reproduce

There are two unnecessary logs in service worker:

It would be good to get rid of them, or at least hide them behind some debug flag. They indicate lifecycle of service worker, which is oidc client implementation detail that app developers don't need to worry about.

Versions

7.22.4

Expected

Unnecessary logs are printed to the console

Actual

No unnecessary logs are printed to the console