I'd like to implement a custom OAuth backend in python-social-auth library.
From the doc :
Great. From a practical perspective though, I don't actually know how should I add a class. Should I edit my local social_core package in ~/.local/lib/python3.9/site-packages/social_core
directly ? Or should I create a new module on its own ?
I'm confused on how to simply add a class with python.
