PhyExDB / PhyExDB

GNU Affero General Public License v3.0
2 stars 0 forks source link

[Backend]: User verify endpoint #44

Open niklhut opened 8 hours ago

niklhut commented 8 hours ago

Description

As a developer I want an endpoint to verify the email address of a user.

Acceptance Criteria

There should be a verify endpoint which takes some kind of token and verifies the user. Probably needs an additional issue where the tokens are handled as a model.

Comment

No response