-
-
Notifications
You must be signed in to change notification settings - Fork 471
Description
I have a branch oauth where I was working on OAuth authentication for all git hosts. I got to a reasonable place but hit a roadblock as each git host requires the creation of on OAuth app that requires a callback. This callback must be set to a site.
My only recourse would be to create a site whose sole function would be to take the authentication callback and figure out how to return the token to the user. My guess is that I would essentially be displaying OAuth tokens on the site that the user would copy into the appropriate location. This is not what I envisioned for this feature.
I could certainly be wrong but I don't see a way for the plugin to ask for an OAuth token and have the response returned to the user's site.
It looks like #323 and #848 are going to be difficult and I don't have the time or resources at the moment. Sorry.