DEV Community

Discussion on: Explaining how OAuth works with Spotify as an example

Collapse
 
lepture profile image
Hsiaoming Yang

Hi Nikita, thanks for your post.

Since you are using Flask as an example and the library you mentioned in "Don't invent a bicycle" is a Django app library, I would like to add a Flask wheel here.

github.com/lepture/authlib

The documentation for the Flask integration is docs.authlib.org/en/latest/client/...

Collapse
 
hmlon profile image
Nikita Kholin

Awesome!
Thanks for the library, I didn't know about it. I'll be sure to check it out.

Collapse
 
lepture profile image
Hsiaoming Yang

Actually, before Authlib. There were Flask-OAuth and Flask-OAuthlib. But both of them are deprecated now.