This PR add a new Storage Manager - CookieStorageManager that uses Cookie instead of localStorage as the store for transaction and tokenManager.
There is a demand of cross domain storage and local storage is a little bit tricky.
Set opts.storageType to 'cookie' to enable cookie storage
Set opts.cookieDomain to the domains that you want to store. Leave it blank and it will use the current domain.
This PR add a new Storage Manager - CookieStorageManager that uses Cookie instead of localStorage as the store for transaction and tokenManager.
There is a demand of cross domain storage and local storage is a little bit tricky.
Set opts.storageType to 'cookie' to enable cookie storage Set opts.cookieDomain to the domains that you want to store. Leave it blank and it will use the current domain.