rp_st
09/23/2021, 2:12 PMsession_access_token_signing_keys
b) New table called jwt_signing_keys
c) For users of postgresql, there is a change in the type of user_id
column in the emailverification_verified_emails
and emailverification_tokens
tables -> from varchar(255)
to varchar(128)
The db schema changes should happen on their own when you start the new core version, except for change in (c). But that is not a necessary change to make 🙂SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).
Powered by