Is it a good idea to store sensitive data like passwords in Relation properties?

I am trying to create a database for Person -> Team relation where a single person can join multiple teams with different password for each team.

Login Flow:

  • A user will enter the team's url in which he/she wants to signin
  • Then they will be asked for email and password for that team they had given

@michael.hunger Can you answer this?

Hi,

if the password is properly encrypted so that the algorithm is safe and only the user can provide the same encrypted token then that's no problem.

Michael

1 Like