You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to check user identity with a third-party identity checker. If they hold illegal files and the government comes to us, we will redirect them to the third-party checker to get their real identity, and we will not be held responsible.
Constraits
Don't keep any of the user data. We don't want to complicate things with GDPR
Only keep some reference from the identity checker
Indentity checkers
What 3rd party provider can we use for that? LinkedIn uses Persona
Create a dedicated crate for this that uses rencfs (the core) as a lib. You can create abstractions and common minimalistic generic functionality in the core but keep the core more generic
The text was updated successfully, but these errors were encountered:
The idea is to check user identity with a third-party identity checker. If they hold illegal files and the government comes to us, we will redirect them to the third-party checker to get their real identity, and we will not be held responsible.
Constraits
Indentity checkers
What 3rd party provider can we use for that? LinkedIn uses Persona
https://chatgpt.com/share/6741ced3-2a24-8003-94b5-186bbf95ff88
Structure
The text was updated successfully, but these errors were encountered: