Skip to content
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

Discord OAuth2 #9308

Open
LopahLopah opened this issue Mar 21, 2023 · 3 comments
Open

Discord OAuth2 #9308

LopahLopah opened this issue Mar 21, 2023 · 3 comments
Labels
feature request This is a feature request.

Comments

@LopahLopah
Copy link

Summary

Add Discord OAuth2, example: refresh access token, exchange code, add to guild and many more things of oauth2.

What is the feature request for?

The core library

The Problem

Library Doesn't Have OAuth2 Things.

The Ideal Solution

Add OAuth2 Things.

The Current Solution

No response

Additional Context

No response

@LopahLopah LopahLopah added the feature request This is a feature request. label Mar 21, 2023
@LopahLopah
Copy link
Author

Kindly Add It Soon As Possible.
They're Are Many API Wrappers For OAuth2, like disco.oauth2, but i want it to implemented in discord.py

@AbstractUmbra
Copy link
Contributor

Discord.py does not and (as far as I know) has no plans to support OAuth2.

@mikeshardmind
Copy link
Contributor

mikeshardmind commented Mar 21, 2023

It really doesn't make sense to use a discord specific library for Oauth, especially when one of the core uses of Ouath with discord would be to get a user to connect to multiple different Oauth providers to prove a connection not directly supported by discord.

Consider using a well-reviewed option like oauthlib which handles oauth in general, not just for a specific service instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request This is a feature request.
Projects
None yet
Development

No branches or pull requests

3 participants