sindresorhus / notifier-for-github

Browser extension - Get notified about new GitHub notifications
MIT License
1.84k stars 132 forks source link

Updating auth header to use Bearer #281

Closed housekelly closed 1 year ago

housekelly commented 1 year ago

Not able to get this to work on latest GHES instance and noticed it's using 'token' as the auth header. Tested in postman and works only using 'Bearer'.

https://docs.github.com/en/enterprise-server@3.8/rest/overview/authenticating-to-the-rest-api#about-authentication

housekelly commented 1 year ago

@sindresorhus any issues with the above ?