feat: add registration endpoint with domain restrictions
### Additions * added new GraphQL type `DomainRestrictionType` * added new mutation `CreateDomainRestriction(domainName: String!)` * added new mutation `DeleteDomainRestriction(domainId: ID!)` * added new query `domains(): [DomainRestrictionType!]!` * added new REST API path: POST `/auth/register` requiring request body containing: username, password, first_name, last_name Closes #410
Loading
Please sign in to comment