authlib / example-oauth2-server

Example for OAuth 2 Server for Authlib.
https://authlib.org/
684 stars 285 forks source link

Example Django Authlib2 App #98

Open arav-agarwal2 opened 9 months ago

arav-agarwal2 commented 9 months ago

After more debugging than I'd care to admit, I have made a (barely) functioning Django Authlib2 provider w/ the Authorization Code Grant strat.

I've seen from prior discussion that there was some interest in this that got siloed - I know that the docs are incomplete here ( as I ran into a few errors that took me time to debug ), so I wanted to begin discussion about what should a Django provider example look like.