cURL
curl --request GET \ --url http://localhost:3000/api/v1/git/auth/status \ --cookie nut-session=
{ "success": true, "data": { "authenticated": true, "provider": "github" } }
Retrieve Git authentication status
Session cookie authentication
Auth status
Show child attributes
github
gitlab
bitbucket