Should I use OAuth to have a SPA communicate with the back-end?
I am building a SPA in VueJS. I want to create the back-end (API) in Laravel. I am unsure whether I should use OAuth2 for authenication. All examples I have found that explain OAuth explain it using two services (Example:…