casdoor-python-sdk
casdoor-python-sdk copied to clipboard
Python client SDK for Casdoor
hi team, I found the enforce/batch_enforce function of SDK can't work with the new version of Casdoor. it is because the casdoor enforce API's parameter format has been changed. API...
- https://github.com/python-social-auth/social-app-django - https://studygyaan.com/django/how-to-add-social-login-to-django - https://medium.com/@namantam1/login-with-facebook-and-google-in-django-using-social-auth-app-django-d042bfeb04cb
Add Casdoor to: https://github.com/singingwolfboy/flask-dance/tree/main/flask_dance/contrib
see: https://github.com/casdoor/casdoor/pull/1172 For compatibility, we need to make sure the sdk can deserialization the missing props to empty string to avoid some problems.
The current implementation of the Casdoor Python SDK does not allow users to be retrieved by their `ID`. The `get user` method only works with `email` addresses, which limits the...