Re: [whatwg/fetch] Update Fetch to support Token Binding. (#325)

Re storage of OAuth tokens:

The server can bind OAuth tokens that are issued to a web app, not just ones that are browser-specific like a login token for Chrome. These tokens might be short-lived and only be stored in-memory in javascript, or they could be saved to localstorage, indexeddb, or some other persistent storage mechanism.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/325#issuecomment-288513779

Received on Wednesday, 22 March 2017 19:34:32 UTC