feat: Option zur Verwendung von Swagger und Scalar in der Produktion hinzufügen.
- Login-Endpunkt beheben
This commit is contained in:
@@ -63,10 +63,6 @@ namespace EnvelopeGenerator.GeneratorAPI.Controllers
|
||||
{
|
||||
try
|
||||
{
|
||||
return Ok();
|
||||
|
||||
throw new NotImplementedException("JWT and cookie option is not implemented");
|
||||
|
||||
bool isValid = _dirSearchService.ValidateCredentials(login.Username, login.Password);
|
||||
|
||||
if (!isValid)
|
||||
|
||||
Reference in New Issue
Block a user