Open basel-ui opened 1 year ago
To access a users Github acc information, the API needs to have the user´s authorization. This authorization is usually obtained through an OAuth flow, where user is redirected to GitHub to grant access to their account. The API can then use an access token to make API requests on behalf of the user.
A general process:
note! access-token schould be securely stored and never exposed to the client, because grant access to the users Github account
As a Developer I want to login with my API access to Github so I can use our automaticly Development for creating Repositories