kartoza / prj.app

A django app for creating visual changelogs for software releases
30 stars 32 forks source link

Github Authentication fails #1363

Closed zacharlie closed 3 years ago

zacharlie commented 3 years ago

GitHub Login is failing, likely due to changes to the API that have now been implemented:

https://github.blog/changelog/2021-08-12-git-password-authentication-is-shutting-down/

zacharlie commented 3 years ago

GitHub Auth seems to be functional again without deploying any changes to the code base. It may have been that service interruptions related to the service deprecation affected session tokens or similar artifacts without directly affecting the authentication mechanism. In any event, the issue is resolved but the current authentication mechanisms should be reviewed to ensure they align with best practices