Do not require token when creating a new user
Summary
As mantik user, I want want to sign up without already having credentials so I can register on the platform.
Acceptance Criteria
-
Token authentication is not required for the POST /users API path
Technical Information
Additional Notes / Information
Suggested Implementation
-
Create router for POST /users that does not depend on the authenticator
Testing
Sign up a test user via API without providing access token.
Edited by Thomas Seidler