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 151 forks source link

Is Service Worker Support for IOS Webwiew & Android Webview #1389

Open siang13 opened 1 week ago

siang13 commented 1 week ago

Issue and Steps to Reproduce

Versions

Screenshots

Expected

Actual

Additional Details

guillaume-chervet commented 1 week ago

Hi @siang13 ,

I never test it because i do not need it. If it works or If it require some update to make it works. It can be with pleasure but i need help and feedbacks. It require at least for the webview to stay alive as longer as possible to keep the session up to date.

siang13 commented 3 days ago

@guillaume-chervet I did a test and found out that the Service worker does not support IOS Webview. Have to fall back to session if Service worker not available. Thanks for replied