Should I send the id token from my SPA to my rest backend?
问题 I have a SPA app which is backed by a rest api server. I use Auth0 for authentication and authorization using the implicit grant flow. All the examples I read explain that i should send the access token which I receive to the api for authorization purpose. For example : https://auth0.com/blog/why-should-use-accesstokens-to-secure-an-api On the other hand, I read that access token cannot be used as a proof for authentication: http://www.thread-safe.com/2012/01/problem-with-oauth-for