rest - javascript api to store authentication token on a third party domain -


we have our js on third party website authenticates server (cross domain). best way store auth token.

  1. we thinking create iframe , store token on domain resource? best way? (any examples on how this?)

any other suggestions appreciated.

kind regards, phani.

cookies can used cross-domain if setup cors accordingly on server, suggest article reference: https://developer.mozilla.org/en-us/docs/web/http/access_control_cors#requests_with_credentials


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -