Site icon Hip-Hop Website Design and Development

Want to make use of WordPress web page as authentication for various service

I’m first timer with WordPress and I’d actually need assistance or recommendation. I’ve an cellular app service on VPS and shopper steered that it will be good to have singular login data to the App and his form of associated net pages. Now, I can do that in a number of methods, but it surely looks like finest answer can be use the remainder api of WP to do the auth work, nonetheless after days of analysis and tries, I have not managed to try this. I used to be consider using the end-point of wp-json/wp/v2/customers/me with JSON fundamental auth, nonetheless regardless of making an attempt few plugins, not one appears to work. I get rest_user_invalid_id. I discovered some data that modifying .htaccess will resolve a difficulty with login, however merely no cube and because it’s totally practical net web page, I do not wish to experiment and mess with it.

I used to be pondering if doing my very own end-point, would not be higher, as a result of I acquired totally carried out web site, the place my work is simply the combination with my service, however I’m not certain if I can do freely SQL queries and stuff like that. How would entry to the db labored, since I solely have entry to WordPress dashboard.

I can totally customise my service, I could make it so it suites WordPress type. All I need is to entry, create and confirm customers, so I can combine at the very least the identical person login particulars to webpage in addition to my service. So I want to know the most effective and most safe method?