KitaPlatzZentrale / kpz

1 stars 0 forks source link

Verify Email #78

Open Darjusch opened 1 year ago

Darjusch commented 1 year ago

Get Token for User Verification Email: Route: GET /signup/verification/:email Description: Retrieves a verification token for sending a verification email to the user based on the provided email.

Post/Update Verify User: Route: POST /signup/verification/:token Description: Verifies the user's email based on the provided verification token.