Auth Controller
Authentication API endpoints implementing DPoP-bound access tokens and rotating refresh tokens.
Constructors
Link copied to clipboard
@Autowired
Functions
Link copied to clipboard
Quick status check used by the UI.
Link copied to clipboard
Overload without DPoP or request argument for tests.
@PostMapping(value = "/login" )
Authenticates user credentials and starts a session.
Link copied to clipboard
Link copied to clipboard
Overload without DPoP or request argument for tests.
@PostMapping(value = "/signup" )
Registers a new user and initializes an authenticated session.