Skip to content

feat: create post and comments in anonymous groups #63

@sripwoud

Description

@sripwoud

Upon creating a group, I should have the possibility to create an anonymous group whose membership is requirement is the ownership of email address of a given domain.
Indeed upon registration, the user will provide an email (that needs to be verified with a confirmation email link). So we can use it as a filter to create semaphore groups (like in yeap)
That group would be a semaphore group.
All users already registered on the forum whose address match the requirement would be automatically added to the group when the group is created.
To create their first post in that group, users will need to generate a semaphore proof client side (use e.g timestampt+groupId as scope).
For simplicity the server will generate that proof once. After this check, the user is allowed to post anonymously in the group.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions