I'm trying to get every project that a given user is authorized to "see". For example, when I log into my GitLab account i'm able to choose (from the dashboard) which project I want to explore.
So, what I need is to get that "list" dynamically with Jgit in order to show it to the user that's logged in my webapp.
Is it possible to do it using JGit? Or should I use the GIT-API?