Since django_social_auth is going to be deprecated in favor of this library, is there a way to migrate pre-existing apps to this library without losing any functionality.
For example, there was support for pipelines and view decorators (dsa_view) which I didn't find in the code (I might have not looked in the correct place).
Also, will the social_auth tables need to be dropped and recreated if moving the django project to this library?
Thanks!
Since django_social_auth is going to be deprecated in favor of this library, is there a way to migrate pre-existing apps to this library without losing any functionality.
For example, there was support for
pipelinesandview decorators (dsa_view)which I didn't find in the code (I might have not looked in the correct place).Also, will the social_auth tables need to be dropped and recreated if moving the django project to this library?
Thanks!