Hi, is the list of all users in the all_auth_recipe_users table? And table for users logged in throuch email and password is emailpassword_users table and through providers is thirdparty_users?
I'm trying connect superTokens tables for all users with my table.
r
rp_st
06/07/2023, 1:20 PM
yes. this is correct
w
weboux
06/07/2023, 4:45 PM
Ok.
Is email in session too or do I have to get one in other way?
r
rp_st
06/07/2023, 5:12 PM
email is not in the sessions table
w
weboux
06/07/2023, 5:34 PM
However, I was remembering good.
So how should I link all_auth_recipe_users with table where is email?
Sometimes I need email.