IzzyBeraja / Flags

0 stars 0 forks source link

Create signup flow #40

Open IzzyBeraja opened 11 months ago

IzzyBeraja commented 11 months ago

Currently signup only handles login and the login itself is rather weak. I'd like to include as a login response, the JWT id within the request body alongside some minor user information.

Because I have split up the account and user tables, registration only creates a new account and not any of the user information. I will need to setup a flow for creating user information once logged in.