Today we are making further improvements to granular access tokens in npm.
Highlights of this update are
- Custom Expiration Times: You can now create granular access tokens with custom expiration times, allowing for durations that span multiple years.
- Increased Token Limit: We have expanded the maximum limit for granular access tokens creation to 1000. This enables maintainers with a large amount of packages to secure their publishing workflows more efficiently.
We recommend using granular access tokens with least privileges (for example one token per package) for automating your publishing and org management activities.
Read more about creating a granular access tokens here.