As a user, I would like to verify my identity via token-based authentication.
Acceptance Criteria
When the user inputs the right login credentials. The frontend should send a token request to the backend so that the backend can send the user a unique access token. This access token is used so that user does not have to reenter credentials as long as the token remains valid.
The token-based authentication should be implemented for each components (frontend, connector dashboard and database)
User story
As a user, I would like to verify my identity via token-based authentication.
Acceptance Criteria
DoD General Criteria