Our blazing fast Grid component built with pure JavaScript


Post by Yamo1993 »

Hi,

I just read the section in your docs about access tokens (https://www.bryntum.com/docs/grid/#Grid/guides/npm-repository.md#access-tokens-for-ci%2Fcd). At the moment, upgrading a Bryntum version in our project is very cumbersome.

Do you know if there are any security issues we need to think of when storing an access token in .npmrc of our own project? Or is that the recommended way for a CI/CD pipeline?


Post by sergey.maltsev »

Hi!

Yes tokens are recommended and most secure way for CI/CD pipeline.
You can always create / delete token when you need.

Some info could be found here
https://docs.npmjs.com/about-access-tokens


Post Reply