Requirements
We don't want to store any sensitive data.
We'll use some OIDC for authentication so we don't need to store passwords
We'll use OIDC for authentication. Our backend will receive ID Token from one of OIDC providers e.g. Google - this token gives you information about the user.
Requirements
We don't want to store any sensitive data.
We'll use some OIDC for authentication so we don't need to store passwords
We'll use OIDC for authentication. Our backend will receive ID Token from one of OIDC providers e.g. Google - this token gives you information about the user.