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

A problem when login to a solid pod in a chrome extension with ReactJs #158

Open
Mohamed-MERZOUK opened this issue May 30, 2020 · 0 comments

Comments

@Mohamed-MERZOUK
Copy link

I'm using Reactjs with Express as backend to create a solid chrome extension. I want to make a login interface in my extension to connect to a pod, it worked, but when i login to the pod and access the preferences i don't find a trace of the extension in trusted applications list in the pod. Because of that i thought i might implement the login script in the backend and send the login information to the frontend (the extension). When trying to do so i got another problem related to the 'window.open' method used in one of the solid-auth-client files. It said that i am not alowd to use the 'window' property on the backend side. Is there a way around this problem? Basically, login to a pod in a chrome extension using Reactjs and Express. Thank you.

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

1 participant