A simple localStorage-based implementation of the Couch interface. Stores tokens in the browser's localStorage.
Clear all tokens from the couch.
Get all tokens currently stored in the couch.
Store a token in the couch. Returns a function that can be called to remove this specific token.
A simple localStorage-based implementation of the Couch interface. Stores tokens in the browser's localStorage.