8000 Add Twitch OAuth2 Support by donofriov · Pull Request #84 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add Twitch OAuth2 Support #84

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

donofriov
Copy link
  1. Autogenerated composer.lock and package-lock.json files via install commands.
  2. Added Twitch provider and alphabetized list.
  3. Added Twitch OAuth2 Support based on issue [HELP-WANTED] Adding Support for More OAuth Providers #5.

// Reference Material
// https://dev.twitch.tv/docs/authentication/getting-tokens-oauth/

class Twitch extends OAuth
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing some implementation of some mission critical abstract methods.
Please check what @christyjacob4 wrote about this issue here:
#5 (comment)

@eldadfux
Copy link
Member
eldadfux commented Oct 2, 2019

You can find more info here:
#93 (comment)

@donofriov donofriov closed this Oct 3, 2019
@donofriov donofriov deleted the feature/twitch-oauth-support branch October 3, 2019 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0