Login from iOS to WordPress with OAuth2
Login from iOS to WordPress with OAuth2
In the previous tutorial we learned how to use basic cookie authentication to login from iOS to your self hosted WordPress installation.
Just because you can doesn’t mean you should
Don’t use cookie authentication for production use in a mobile app. Cookies are subject to hijacks via XSS, and conflicts will arise if http calls from your app to multiple domains are required.
OAuth2
OAuth2 allows…
View On WordPress












