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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -