jspm / github

Github Location Service
16 stars 43 forks source link

Install fails when using new Github token and Github Auth #136

Closed yafanasiev closed 3 years ago

yafanasiev commented 3 years ago

Github introduced new token formats and is actively encouraging users to switch. Current implementation does not recognize new tokens as tokens thus erroring out on installation when using Github Auth. This adds the support for the new characters in token and also the upcoming changes to token length. I have added a PR with the fix for 0.13, I believe this should be also done for other versions as well.

guybedford commented 3 years ago

Released in 0.13.26.

yafanasiev commented 3 years ago

Thanks to @guybedford for the lightning fast reaction! This was an obvious blocker for us.