-
Notifications
You must be signed in to change notification settings - Fork 1
Description
@J0sueTM @avelino I got a little stuck here on this specific task.
For now, normal users can update their mock in both sides (inside moclojer-app editor or just by pushing to source with any other editor).
The way I link the user to its git_user is by linking the git_username retrieved when the user logs in with our github integration option. This allows us to be sure the user has the access to its git account, even though the git_username is different from our username. However, since we do not have a "magic link" for authing as a git organization, neither , how can we assure the org we have on our DB corresponds correctly to a different in name git organization?
do you guys have any idea on how to link these two? I thought about allowing a already linked user to update a org (he is already a member of) with its git_orgname, and verifying if he is inside that git org via check membership route
If this could be kind of "automatic", it would be better, but I do not see how, yet.