Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
leung018 committed Nov 11, 2024
1 parent 907a324 commit b45cc38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public void login(@Valid @RequestBody AuthController.UserCredentials userCredent
UsernamePasswordAuthenticationToken.unauthenticated(
userCredentials.username(), userCredentials.password());
this.authenticationManager.authenticate(authenticationRequest);
// TODO: Let client persist session or return JWT token
}

public record UserCredentials(String username, String password) {}
Expand Down

0 comments on commit b45cc38

Please sign in to comment.