I will be developing a mobile app, and for this, I have read a lot about API Security and gotten a little confused. If my app makes a request to the API, is an authentication enough or do I also need the authorization since I only have one user role.
That would mean that JWT instead of OAuth is enough, right?