Skip to content

v2.5.0

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 07 Nov 00:57
· 34 commits to master since this release
b151904

This release mainly focused on Cordova usage improvements

Added:

  • opts.allowQueryStringCookies {Boolean} - Allow passing Cookies in a query string (in URL). Primary should be used only in Cordova environment. Note: this option will be used only on Cordova;
  • opts.allowedCordovaOrigins {Regex|Boolean} - [Server] Allow setting Cookies from that specific origin which in Meteor/Cordova is localhost:12XXX. Set to default ^http:\/\/localhost:12[0-9]{3}$ if set to true. Default: false;
  • 📋 Explaining Cordova usage in a FAQ documentation section.