You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've now already updated the project management service to use a personal access token instead of password authentication.
The corresponding commit can be found here: rwth-acis/CAE-Project-Management-Service@f9ef2f2
For the code generation service it should work similar.
The code generation service is now also using a personal access token instead of password authentication.
The corresponding commit is: facaf7b
On October 28, 2020 GitHub temporarily shuts down password authentication. Then we should check if any problems occur, e.g. because we missed some code which uses password authentication.
If no problems occur, this issue can be closed.
As it says in this blog post, "Password authentication to the API will be removed on November 13, 2020".
We are using this way of authentication e.g. in the GitHubAdapter of the Code Generation Service.
This needs to be updated until November 13.
The text was updated successfully, but these errors were encountered: