So we have a website built in WordPress. We want to add a django based web app to our WordPress website. The django website is dynamic and requires users data. django website is more like a game where we show previous scores and log in sessions. But to get this data from the WordPress database we need a username at least.
Is there anyway around?
What we have tried so far:
> We tried making a login authentication on the django app that authenticate from the WordPress database.
> Make the user submit their username.
We are not satisfied with the solution, because it degrades the user experience. Please help with the suitable solution.
Thank you in advance!!
[ad_2]