Documented Example for login with Wordpress credentials
I have managed to get the basic @wordpress_logged_in functionality working following the instructions given in the readme. What I need to do next is to synchronise the django username with the wordpress username so that login in with wordpress makes the properties of the django user available. Are there any documented examples of integrating the two usernames?
Did you manage to sign in to django with wordpress and did you manage to populate user account details with wordpress details. I too am building a django app that needs user data from wordpress.
No. I never got beyond the basic functionality.
Sorry for the delay in getting to this. I am many moons past using this project personally. If you do manage to get something whipped up that would help others, I would be happy to review a PR for it.