usefulteam / jwt-auth

WordPress JSON Web Token Authentication
https://wordpress.org/plugins/jwt-auth/
116 stars 49 forks source link

add samesite attribute to refresh_token cookie #103

Open lxbdr opened 1 year ago

lxbdr commented 1 year ago

Chrome prohibits the refresh_token cookie from being set from cross-origin requests because it is missing the samesite attribute.

Things to consider: