jspm / github

Github Location Service
16 stars 43 forks source link

chore: update token validation to support new Github token format #135

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.

guybedford commented 3 years ago

Sure thank you for the PR, I've posted out a 0.13.26 with the fix.