So Supertokens only store necessary infomation for authorization right? If I need to store some user profile I need to store it in another db/table and connect them by id.
r
rp_st
10/24/2022, 12:40 PM
we have the user metadata recipe which allows you to associate any JSON against a user ID. The only catch is that JSON is not searchable based on the fields in it.
If that constraint works for you, then you can use the user metadata recipe, else store in your own DB