Closed
Description
https://github.blog/changelog/2021-03-04-authentication-token-format-updates/
PATs are included in in "each of these token types" here:
For each of these token types we are making the following changes:
- The character set is changing from [a-f0-9] to [A-Za-z0-9_]
- The format is changing to include a prefix:
- gp1_ for Personal Access Tokens
...The overall length of our tokens will remain the same for now. However, GitHub tokens will likely increase in length in future updates, so integrators should plan to support tokens up to 255 characters after June 1, 2021.
This needs to change:
Lines 75 to 83 in 978cb6e