Marcin Pilarczyk
Marcin Pilarczyk
@jannyHou thank you for opening this. I did change the code of passport-saml package and submitted [PR there](https://github.com/node-saml/passport-saml/pull/457) for the bug mentioned by @L-Luciano. It did help with sending the...
@jannyHou I got working. Problem with the missing body was the body-parser on the express app, that is handling the web application. I've added extended urlencoding and that solved the...
@rizz360 I will sit on this over the weekend, and try to add my implementation to the single sign on example app.
Thank you @dkoes for quick response. I'm using if from npm repository imported into react project. What I'm getting is: ``` 3Dmol.js:39938 Uncaught ReferenceError: MMTF is not defined at $3Dmol.Parsers.parsers.mmtf.parsers.MMTF...
We are using react and webpack with babel-loader. To get $3Dmol import statement is used but with require statement I'm getting exactly the same problem. `import $3Dmol from '3dmol'` or...
I understand, @dkoes thank you for all your feedback. I'll try to recreate our environment for public test case. I just need to find time for that.
I have the same issue. In our `react` application we are using some environmental variables and I cannot make them to be read while running the application with `npm serve`....