baratgabor / MyWarehouse

Clean Architecture and Domain Driven Design sample project based on C# 10 / .NET 6 / ASP.NET Core 6 / EF Core 6 & Angular 11 with Bootstrap.
MIT License
239 stars 67 forks source link

Login payload change broke Swagger login #24

Closed baratgabor closed 3 years ago

baratgabor commented 3 years ago

Recently the login payload was changed from the lame-ass OAuth2 access token response format to non-underscored property names (as part of generally extending the returned properties to include certain user data).

This broke the ability to log in via Swagger, because that actually expects on OAuth2 format.

Task:

This bug doesn't affect "production", since Swagger is disabled in prod mode.