serban-petrescu/candidate-management

Add authentication

Closed this issue · 0 comments

Protect all endpoints (except the one for creating un-validated candidates) with a simple authorization check.

Login should be form based.

Uses should be stored in a DB table (passwords encrypted).

See: https://spring.io/guides/gs/securing-web/