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.
- 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
Post a Comment