-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to extend AccountInfo ContractState #77
Comments
|
How So, How this implementation ensures that the invoker of the Flow is an authenticated account? |
@roger3cev this is what we're after as well in a project currently, but the |
@manosbatsis I use the |
@mevir that won't work for me - need the |
@manosbatsis well, the |
@mevir our use-cases are more about agents like services or legal entities VS persons, where having both an external business key as Indeed user accounts need more careful consideration; i believe even usernames are borderline GDPR-wise. |
I have a use case where each account would have some extra details like First Name, Last Name, Email etc.
I noticed that your library creates
AccountInfo
State which is accessible by all accounts on the same node. So, can we extendAccountInfo
such it can store custom fields along with name, host and identifier?Also, is it wise to create another State to store user information and share it with all the other accounts on the same node?
The text was updated successfully, but these errors were encountered: