Skip to main content
Answer

Authentication wrapper

  • June 14, 2022
  • 4 replies
  • 131 views

Browser is none too happy: https://github.com/cognitedata/auth-wrapper/issues/19

Best answer by omarakabbal

Hi Henning,

Thanks for your patience, here is the npm package for the react-auth-wrapper: https://www.npmjs.com/package/@cognite/react-auth-wrapper. Any feedback would be highly appreciated!

Kindest Regards

Omar

4 replies

Forum|alt.badge.img
  • Practitioner
  • June 16, 2022

Hi Henning, we are aware of this issue and we are working on a fix asap.


Forum|alt.badge.img
  • Practitioner
  • Answer
  • August 8, 2022

Hi Henning,

Thanks for your patience, here is the npm package for the react-auth-wrapper: https://www.npmjs.com/package/@cognite/react-auth-wrapper. Any feedback would be highly appreciated!

Kindest Regards

Omar


It’s looking really good. Made my job a lot easier. I created an issue on the repository. Nothing breaking, but I had to make a small workaround.


For practical reasons I would like access to CogniteClient outside of React. What is the recommended way of achieving this while maintaining a single source of truth for authentication?

Edit: Nvm… It was just the first 401 that was tripping me up. .authenticate() fixed it.