-
Build account creation form with validations (e.g., email format, strong password).
-
As a user, I want to create an account and log in so that I can access personalized features.
-
As a user, I want to create an account and log in so that I can access personalized features.
-
-
## Prerequisites
Need the user model to be completed: #3
## Issue
Create an API view which the frontend can call to register a user. I suggest using function-based views: https://www.django-…
-
### Preflight Checklist
- [x] I could not find a solution in the existing issues, docs, nor discussions
- [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Describe your problem
It…
-
Create view to allow user registration.
-
**decision**
___________________________________________
- we can create a flow depicting the interaction between components, class, services, and the API
-
Allow users to register
-
- [x] implement sign up form component
- [x] add reusable Form wrapper with react-hook-form
- [x] define schemas for User entity and sign up form validation
- [x] implement client side validation of f…