Flask-Discord icon indicating copy to clipboard operation
Flask-Discord copied to clipboard

Discord OAuth2 extension for Flask. An Easier implementation of "Log In With Discord".

Results 27 Flask-Discord issues
Sort by recently updated
recently updated
newest added

Hey, I need to use Flask-Discord in a blueprint but I am not sure if that is possible. I get the error `AttributeError: 'Flask' object has no attribute 'discord'` and...

So I am trying to set up a flask backend through which i want to do discord authorization in my react app. my flask backed looks like this: ```python @application.route("/login/")...

I received this while using my app normally: ``` [2022-02-25 14:36:08,237] ERROR in app: Exception on /callback/ [GET] Traceback (most recent call last): File "/home/runner/SomelistAPI/venv/lib/python3.8/site-packages/flask/app.py", line 2073, in wsgi_app response...

It would be great if you could update to the newest discord api version v8.

enhancement

Provide support for Flask async views as outlined in https://flask.palletsprojects.com/en/2.0.x/async-await/ Theoretically it should be as easy as adding `current_app.ensure_sync(func)` to decorators, so I tried adding it myself, but I faced...

enhancement

`discord.fetch_guilds()` returns a Guild object. It would be convenient if this Guild object has the list of roles associated to the user for this Guild. It would allow us to...

enhancement
feature request

This will add API for resources which aren't provided under OAuth2 and require bot token as an authorization to make request. This means that it is similar to as what...

feature request