Hey guys - where can I see what kind of user data ...
# security-discussion
m
Hey guys - where can I see what kind of user data is stored in the data?
r
hey @mavridko you mean whats stored in the database?
m
yes
but essentially, we store minimal data: - password hashes - email / phone number - user ids - social login user id - roles / permissions you define for the user - any user metadata you add explcitly (by defualt it's
{}
)
8 Views