nArchitecture
nArchitecture copied to clipboard
Inspired by Clean Architecture, nArchitecture is a monolith project which uses advanced techniques.
Refresh token mekanizması çalışmıyor. Token sonsuz döngü yaratıyor. Aşağıdaki de hata mesajımız: System.Text.Json.JsonException: A possible object cycle was detected. This can either be due to a cycle or if the...
Merhaba,  Proje içerisinde bu tarz hatalar mevcut nedeni nedir ?
While working with Angular client project, the refresh token is not saved as a cookie by the browser because the settings do not allow it. As a result, I added...
 Swagger'da hatasız bir şekilde çalışırken Postman vb. şekilde işlem yaptığımda { "type": "https://example.com/probs/internal", "title": "Internal server error", "status": 500, "detail": "Internal server error" } şeklinde bir çıktı alıyorum. Swagger'da...
CorePackages projeye dahil edildi.
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...
This fix ensures that when a user updates their password, the new password is hashed and stored in the database, rather than rehashing the existing password. Previously, the logic used...