lepture / authlib

The ultimate Python library in building OAuth, OpenID Connect clients and servers. JWS,JWE,JWK,JWA,JWT included.
https://authlib.org/
BSD 3-Clause "New" or "Revised" License
4.45k stars 445 forks source link

怎样实现微信登录? #559

Closed tesla-cat closed 1 year ago

tesla-cat commented 1 year ago

如题

lepture commented 1 year ago

Please check wechat's documentation and find out the authorization url and token url, then follow the standard OAuth flow.