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: Login with Facebook on Spotify). But this isn't my use case.
My API and SPA VueJS app are basicly (part of) "the same application".
What from of authentication should I use?