hachko / mock-boats

fullstack mock project with boats (crud)
0 stars 0 forks source link

Add Basic auth spring security to back-end + front call adaptation #3

Open hachko opened 2 weeks ago

hachko commented 2 weeks ago

Need to chose between common or separate authentication mechanisms between technical and business users.

hachko commented 2 weeks ago

1°/ Add basic auth to back end with static user in properties file 2°/ Add basic auth mechanism to http client in front end with the very same static user 3°/ Add user table in h2 database 4°/ Make user management dynamic in back-end