CosmicJay2k / grupp-a-java

0 stars 1 forks source link

Frontend: Create a **Basic** User registration form. #15

Closed ElisyanBot closed 1 year ago

ElisyanBot commented 1 year ago

On route /register create a from that sends a POST request to "localhost:8080:api/users".

The Form should contain the following inputs:

The request body should contain:

validation:

afther the submit: a message should state that the registration

CosmicJay2k commented 1 year ago

We could use Keycloaks built in registration if we want to simplify 👓

ElisyanBot commented 1 year ago

We could use Keycloaks built in registration if we want to simplify 👓

i'm for it if you think it will make is easier! ;)

CosmicJay2k commented 1 year ago

Seems to work 👍

aamin75 commented 1 year ago

Is it needed to create a separate table for logging in stuff (password and email) to protect them or just add them to current User table?