CosmicJay2k / grupp-a-java

0 stars 1 forks source link

Create a basic login route for User (will get more advanced later) #16

Open ElisyanBot opened 1 year ago

ElisyanBot commented 1 year ago

Frontend

Create a Route: "/login" that sends a Post Request to "localhost/api/users"

The page should contain a form with inputs:

the Request body should contain:

Backend

if the User email exsist in the database and the Password on the User Entity is correct: -> send back a 200 ok response

CosmicJay2k commented 1 year ago

Looks like we are using Keycloaks login for now.

ElisyanBot commented 1 year ago

Looks like we are using Keycloaks login for now.

yup! ;)