functions-samples icon indicating copy to clipboard operation
functions-samples copied to clipboard

Store state data in '__session' cookie instead of 'state' cookie

Open tomcurran opened this issue 4 years ago • 0 comments

Firebase Functions seems to strip away any cookies not named '__session'. To get the Instagram sample to work I had to use the __session cookie instead of state

this should also fix

  • #822
  • #569

tomcurran avatar Apr 01 '21 20:04 tomcurran