I making an Angular WordPress theme and I want to add authentication to it using the WP REST API - OAuth 1.0a Server
plugin, which isn’t documented not very well.
I get oauth_token
and oauth_token_secret
using Postman, But I haven’t got an idea on how to implement OAuth 1.0a in my AngularJS theme. I’ve googled a lot but can’t get any results.
So is there any Example, Article or any other resources to get the idea?