Solved

Authentication wrapper

  • 14 June 2022
  • 4 replies
  • 116 views

Userlevel 2

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

icon

Best answer by omarakabbal 8 August 2022, 17:29

View original

4 replies

Userlevel 2
Badge

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

Userlevel 2
Badge

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

Userlevel 2

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.

Userlevel 2

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.

Reply