When should i use supertokens' metadata recipe vs storing the metadata in my own db?
rp_st
04/05/2023, 6:12 PM
SuperTokens user metadata recipe doesn't allow querying based on the metadata fields, but only via the userId. So if you want to search by metadata field across users, you should use your database instead.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).