react-aad
react-aad copied to clipboard
Some cookies are misusing the recommended `sameSite` attribute
trafficstars
Is your feature request related to a problem? Please describe.
FireFox and Chrome are changing the default value of the SameSite attribute for cookies from None to Lax
Describe the solution you'd like
Explicitly set this value to None, Strict or Lax to remove the warning
Describe alternatives you've considered I have not.
Additional context
Article from Mozilla about changing the default value of the SameSite
