Not able to use openid-client for browser extension #669
-
Hi, We are trying to create Jypyterlab extension, in the process, we have a mechanism to implement sign in/out flow in our vs code extension using openid-client and replicating the same for Jupyterlab extension. Since Jupyterlab extension runs in a browser, we faced some issues related to node modules, we fixed those by adding polyfills in webpack configuration. But still we are not able to resolve issues related to openid-client. Issues
What could be the issue here? Is using openid-client in the browser environment not recommended in the first place? Or is there something that I'm doing wrong.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://github.com/panva/node-openid-client#how-do-i-use-it-outside-of-nodejs
|
Beta Was this translation helpful? Give feedback.
https://github.com/panva/node-openid-client#how-do-i-use-it-outside-of-nodejs