oauth2
oauth2 copied to clipboard
Does this allow me to accept cookies for authentication?
I'm trying to use this to connect our app to our wordpress database. I want to make calls through wordpress so we can use the same username and password.
Cookies+nonce are built into wordpress and so are authentication passwords. Client ID & Secrets are not built in.
So, can I use this for Cookies+nonce?