* 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 .
- There are issues with generating a local cert when trying to run this project from the docker-compose at the moment. Removing the https bits for now until so the docker-compose will work right after cloning the project.