* replace NewtonSoft with System.Text.Json
* not use auth for brande and types and use GetFromJsonAsync
* fix
* fix
* Auth HttpGet more simple.
* Put, Delete and Post more simple.
* Fixed Edit for remove image and keep image and change other fields.
Added description required in Blazor Admin.
* Removed using not used
* Refactor AuthService and introduce HttpService. add validation for price.
* return null in HttpService if not success.
* Limt Price to 1000 mximum
* DI for Blazor Services
* one blazor service.
* fix
* static added to Constants
* Docker support for Blazor
* GetHttp, PostHttp, ... inside AuthService, Docker working with login, Cookies Configuration temporary disabled
* BaseAddress get web uri from Blazor Shared.
* cookie options changed to fix docker.
* Fixed returnUrl when inserting admin link and navigate without login
* Functions not used removed.
* AddPolicy using GetWebUrl
* Login link removed from NavMenu
* Change ConfigureCookieSettings, ConfigureCoreServices and ConfigureWebServices to be IServiceCollection extentions.
* GetOriginWebUrl added.
* Auto InDocker switch added.
* Removed not used using .
* - Using cdnjs not nuget on bootstrap and signalr.
- Bootstrap modal used for add, edit details and delete.
* EditForm inside modal-content
* Top close button action added
* Removed unused using.
* DeleteCookies moved inside AuthService
* ApplicationCore removed from BlazorAdmin dependencies
* SecureHttpClient removed
* Logout from identity manager added
* last thing to do in logout from admin is LogoutIdentityManager.
* JSRuntime used in AuthService without pass to the functions
* Link fixed when logout from MVC
* Added Blazor Client
Configured PublicAPI CORS to allow traffic from client
* Make admin page home page; remove extra pages
Add CatalogType list endpoint
* Wired up Types and Brands in the API and the admin list page
* Adding a custom HttpClient to talk securely to API
* Ardalis/blazor (#419)
* Login added
* AuthService will handel http request secure and not secure.
* Logout added
* CatalogBrandService in it is own service
* Get token from localstorage when refresh.
* used GetAsync
* Fixed Login and Logout switch.
* CatalogItemService added
* CatalogTypeService added & Auth for CatalogType.
using not used removed.
* Made BlazorComponent and BlazorLayoutComponent for refresh.
Index now small enough to be in one file.
* Removed the service from program main and use lazy singleton.
* used OnInitialized
* Refactoring and detecting login status in login.razor
* Refactoring login to redirect if user is already logged in
* Blazor login with MVC (#420)
* Blazor login with MVC
* return back the PasswordSignInAsync in Login page
* CRUD added (#422)
* CRUD added
* Unit Test changed to meet new redirect /admin
* CreateCatalogItemRequest added.
* Action caption added.
* Validation added for name and price.
* Updated port of api
Redirect to returnUrl from login
* Add username to /admin; link to my profile
* Working on authorization of /admin
* Working on custom auth locking down /admin page
* Microsoft authorize working.Login.razor removed.Login from SignInMana… (#425)
* Microsoft authorize working.Login.razor removed.Login from SignInManager and create token from it.unit test fixed.
* GetTokenFromController function used in CustomAuthStateProvider
* Cleaned up button styles
Refactored to use codebehind for List component
Updated Not Authorized view
Co-authored-by: Shady Nagy <shadynagi@gmail.com>