JWT return Dto. Login and Register REST Endpoints

@PostMapping("/register")
public AuthenticationResponseDto register(@RequestBody Command command) {
return authenticationService.register(command);
}
@PostMapping("/register")
public AuthenticationResponseDto register(@RequestBody Command command) {
return authenticationService.register(command);
}
public class AuthenticationResponseDto {

private String token;

}
public class AuthenticationResponseDto {

private String token;

}
REST Returning token when register and login? Does it make sense? Maybe shouldnt. Why, why not. If not how can i login and have authentication to other endpoints. What return
1 Reply
JavaBot
JavaBot6mo ago
This post has been reserved for your question.
Hey @lisan! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here. 💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.
Want results from more Discord servers?
Add your server