Results 254 comments of Daenney

Sure! I can show you what I did in a recent project: https://github.com/spotify/gimme/blob/master/gimme/views.py#L52-L94. There's the logout function that shows the token revocation, and there's the error handler. You'll need to...

Sorry, not really. Life got a little busy with swapping jobs so this ended up on the back burner. If you want to have a go at the solution we...

Take a look at: https://github.com/singingwolfboy/flask-dance-google and don't forget to pass `offline=True` to `make_google_blueprint`.

Flask-Dance wouldn't include an `X-Shopify-Access-Token` header no, it has not way of knowing you have to do so. This is a bit unfortunate on Shopify's side, the accepted header for...

Assuming it's stored it and didn't wipe it due to the next error, `blueprint.token["access_token"]` lets you get it, or `current_app.blueprints["shopify"].token["access_token"]`

Without seeing the actual code we won't be able to help you.

Mmm, I'm surprised this doesn't work. The other blueprint that uses this feature is Twitch, but there we set it up in the blueprint itself https://github.com/singingwolfboy/flask-dance/blob/d616de91fafaed4c1dbed756d8b301a343a748e2/flask_dance/contrib/twitch.py#L98. It doesn't feel like...

X hasn't announced any changes around this as far as I can tell. This might be accidental, they might change their minds about it tomorrow. If there's some official release...

This breaks the docs due to: > DeprecationWarning: textsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use textbbox or textlength instead ``` dot code 'seqdiag {\n Client...

That's March 2023, 8 months ago. Mid-April 2023, #415 was raised because it wasn't working, and we removed X support in May 2023 through #416. It looks like the Free...