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

Implement a user system / authorization #32

Open
rommsen opened this issue Nov 26, 2017 · 1 comment
Open

Implement a user system / authorization #32

rommsen opened this issue Nov 26, 2017 · 1 comment

Comments

@rommsen
Copy link
Contributor

rommsen commented Nov 26, 2017

  • create new users/organizers
  • list of available users/organizers
  • add/remove organizers to conference
@rommsen rommsen changed the title Implement a user system Implement a user system / authorization Dec 30, 2017
@rommsen
Copy link
Contributor Author

rommsen commented Dec 30, 2017

Should be role based.
Available roles in step 1:

  • attendee
  • organizer
  • admin

A user can be an attendee of a conference and an organizer of a different conference.
Admins should be hard coded

I imagine a system in which there exist multiple user/role providers. Each provider can return one or multiple roles for a given user (possible user providers: file, event sourced projection, some online storage)
Each user provider should be async (therefore they can be asked in parallel), the order of execution should not be important and the result of all providers should be combined (i.e the list of roles should be a monoid)

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

1 participant