You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a new table in our DB to handle authenticated users (which is not the same as regular users). This will include a method attribute which will be an array of attached methods (github, gitlab, or bitbucket) where the first one is the default one (or a string?). Besides that, each authUser will also contain the provider data:
And we need to read the attached data to understand where to put the token from the oauth provider. achievibit actually needs that token for fetching extra PR data (which should happen with the user's access token)
oAuth (with future proofing)
FEATURE
We want to implement oAuth in version 2.0 of achievibit.
Basically, this is the functionality we want:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: