Skip to content
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

let user prove they have an authorisation to represent an organisation #6

Open
tomislavmamic opened this issue Jun 12, 2024 · 3 comments

Comments

@tomislavmamic
Copy link
Member

Check authorization

In some cases, we might need to make sure we know exactly who the user is to manage his access to the features. For example, we might require a proof of authorization by person submitting a grant proposal in the name of an organisation.

In these cases, the user should upload proof of authorization or we should use some governmental service to check for authorization.

Feature: KYC
  As a program manager
  I want to make sure only authorized persons can apply on the behalf of an organisation
  Because I want to prevent impersonation

  Scenario: User applies on behalf of organisation

@b0rza
Copy link
Member

b0rza commented Jul 1, 2024

This looks like a post-MVP issue, or a lower priority one.
I think it would be ok if we just have a mechanism for whitelisting these people for now, using eg. wallet address.

@kkatusic
Copy link
Collaborator

kkatusic commented Jul 3, 2024

Will we require for example email confirmation?

@b0rza
Copy link
Member

b0rza commented Jul 3, 2024

Sure we can add that just to make sure they own the address, but not really necessary if whitelisting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants