Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NArchitecture.Core.Application UserForLoginDto hatası #163

Open
srdrsvml1986 opened this issue Oct 2, 2024 · 0 comments
Open

NArchitecture.Core.Application UserForLoginDto hatası #163

srdrsvml1986 opened this issue Oct 2, 2024 · 0 comments

Comments

@srdrsvml1986
Copy link

merhaba NArchitecture.Core.Application 1.0.6 paketini yeni yayınlamışsınız. NArchitecture ile oluşturduğum tüm nuget paketlerini güncelledim.
fakat yeni paketi yükledikten sonra Auth ile login olamıyorum.
yeni paket içerisindeki UserForLoginDto yu inceledim
public required string Email { get; set; }

[JsonIgnore]
public string Password { get; set; }

[JsonIgnore]
public string? AuthenticatorCode { get; set; }

şeklinde bir yapı var. swagger ile test yapmaya çalıştığımda bana sadece email soruluyor. sorguyu gönderiyorum passwordu neden girmedin diye hata mesajı döndürüyor.
bu paket ile login işlemini nasıl yapabilirim. şifreyi sunucuya nasıl gönderebilirim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant