authlib icon indicating copy to clipboard operation
authlib copied to clipboard

Django OAuth2/OIDC server example

Open peppelinux opened this issue 5 years ago • 2 comments

This Issue is not related to any problems regarding authlib but it want just to get some useful information and also purpose some Documentation and example enhanchements. Is there a working example as an example django project, to get a fully featured and working authlib AS/Provider?

  • I found some django client/relying-party in github but not a AS/Provider one.
  • I have read the Django related unit tests.

I'd like to have a rudimental structure to working on and starting the development of a OIDC Provider ready for production environment. I'd like to have an example folder in this project or a separate repository, related to this, to get a boostrap project.

Is there some additional resources from which to draw?

peppelinux avatar Jul 12 '20 14:07 peppelinux

I found https://github.com/authlib/example-oidc-server is there any drawback related to it? IS there a good starting point to built a example-oidc-server repository related to django or should we want to include a django project in that repository, coupled with the Flask one?

peppelinux avatar Jul 12 '20 14:07 peppelinux

I'd like to receive a PR for django example. We can structure code:

example-oidc-server
    flask
    django

lepture avatar Jul 15 '20 04:07 lepture