Actions
development #29
closedSign up new user
Start date:
11/17/2023
Due date:
% Done:
0%
Estimated time:
Description
1. user sign up or sign in in KC
2. during first authenticated API call, if userId not already in session, extract email from auth token
3. verify if user with this email exists in db
4. if yes store in session userId
5. if no create new User in db then store in session userId
Actions