rp_st
05/03/2021, 2:44 PMsupertokens-node (v5.0.0):
- Changes: https://github.com/supertokens/supertokens-node/blob/master/CHANGELOG.md#500---2021-05-02
- If using `enableAntiCsrf`, please use `antiCsrf` instead. Please see https://supertokens.io/recipe-redirect?to=/common-customizations/sessions/anti-csrf for more information.
supertokens-auth-react (v0.11.0):
- Changes: https://github.com/supertokens/supertokens-auth-react/blob/master/CHANGELOG.md#0110---2020-05-02
- Fixes sharing of session across sub domain on Safari + bypasses some of the restrictions imposed by Safari due to their privacy features.
supertokens-website (v7.0.0):
- Changes: https://github.com/supertokens/supertokens-website/blob/master/CHANGELOG.md#700---2021-05-01
- Fixes sharing of session across sub domain on Safari + bypasses some of the restrictions imposed by Safari due to their privacy features.
- Please note that if you are upgrading either supertokens-auth-react
or supertokens-website
, you will need to upgrade supertokens-node
too and vice versa.
- If you need to share a session across sub domains, you will want to use this new version.