INC-1 add create user endpoint,generate tokens
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package ru.soune.no_copy.dto;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
public record AuthResponse (boolean success, String message, String token, LocalDateTime expiresAt) {}
|
||||
Reference in New Issue
Block a user