r4fek / django-cassandra-engine

Django Cassandra Engine - the Cassandra backend for Django
BSD 2-Clause "Simplified" License
364 stars 85 forks source link

Make Cassandra compatible with Oauth2_Provider as Session is in Django #161

Closed Gittinhub closed 5 months ago

Gittinhub commented 2 years ago

Hello.

django-allauth has 7.3k stars and 2.6k forks and it is the most used authentication package for Django powered by Oauth2_Provider.

Oauth2_Provider is a kind of Session controller but for APIs.

Django Session is able to be powered by django-cassandra-engine but for Oauth2_Provider no.

There is a huge necessity for Django to be powered by Cassandra and Oauth2_Provider since it is used by most of APIs.

Also, would be even better to have all django-allauth compatible with Cassandra.

kirmola commented 1 year ago

Hi there @r4fek . Just curious what is the progress in this case??