Implement New User Registration in auth-service #8
Labels
No labels
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Support
Type
Task
Type
Testing
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
Depends on
You do not have permission to read 1 dependency
#21 Implement New User Registration in auth-service #8
clevermicro/user-management
Reference: clevermicro/user-management#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ref epic: #13
Goal: Implement self-service user registration functionality within the auth-service, including email verification.
Description:
This ticket will implement the new user registration feature for the auth service. The auth service will provide two new endpoints: one to register a new account and one to handle email confirmation. The newly created account will be marked as unverified until the email address is confirmed via a link sent to the user.
What needs to be done:
// ticket for testing
Testing: Add unit and integration tests for the registration and verification endpoints, covering success and failure scenarios.
Deliverables:
depends on Keycloak instance being operational
@freemo @stanislav.hejny
For now, we will use Keycloak to handle the email verification step.
For future work, we can plan email verification for new user registration, This will involve:
server (e.g., Redis).