djangoflow / django-df-auth

Opinionated Django REST auth endpoints for JWT authentication and social accounts
MIT License
10 stars 19 forks source link

Add example server app using this module inside of djangoflow-examples repository #23

Closed adar2378 closed 1 year ago

adar2378 commented 1 year ago

Currently we do not have clean and basic example server app for django-df-auth module inside of djangoflow-examples.

Desired: There should be a locally runnable simple example app for this module in djangoflow-examples so I can create a flutter example app showcasing running app with login interactions. It is should similar to simple_chat in djangoflow-examples.