- From: Nick Harper <notifications@github.com>
- Date: Wed, 22 Mar 2017 12:34:00 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 March 2017 19:34:32 UTC
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