Commit c5afd4f1 authored by Richard Glosner's avatar Richard Glosner
Browse files

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
parent a9d785b4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment