Hi,
My app is running on domain example.com, but I fetch some data from domain api.example.com.
Example:
- User want to add new article.
- example.com send request to api.example.com/add
Question:
I would like to know, which security should I use to verify user? oAuth? Or should I send user's password over POST? Thank you.