0

When I am reading about REST and session management/authorization a lot people suggest OAuth. For me it is a conflictive thought, because I thought OAuth is just for giving third parties authorization about something. So why use it for my own client to access my rest service? Do I think wrong about it?

1 Answer 1

1

I think you're right. If it's your own client so the client is trusted by the service, OAuth isn't required, you can use other approach between your client and service to authenticate/authorize.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.