Hey. I'm trying to use SuperTokens inside my chrome extension.
I have 3 parts
- popup. General extension part. Login flow, etc
- content. injected html to web pages
- background - process secure calls to my api.
I managed to implement login/logout flow inside popup
But stuck with use token in background process.
I'm receiving error import() is not allowed in service workers. when I'm trying to init SuperTokens
Is it possible to get secure token from background process in chrome extension?