According to the REST there is no such term as “logged-in” user, so each request Authentication should be passed, to enable user authentication on the server.
The questions are:
- What are the approved techniques in practice which make sense to use? AWS? OAuth?
- How to obtain the initial token which can be then resend with each request?
- Are there any vulnerabilities if someone get access to this token, and can identify him as a different person, using this auth token.
1 Answer