Yuriy Durov
Yuriy Durov
This issue will be used to track progress on achieving backward compatibility for OCPI version 2.1.1 Depends on #15
This issue will be used to track progress on achieving backward compatibility for OCPI version 2.1 Depends on #16
This issue will be used to track progress on achieving backward compatibility for OCPI version 2.2
- Add an ability to reverse proxy requests made to Blazor Server's `{host}/api` to arbitrary WebAPIs. - Expose configuration func to allow intercept and update outbound requests to said WebAPI...
Requires #11 to be completed before anything described here 1. Make user cookies HttpOnly and Secure in order to prevent [XSS attacks](https://www.synopsys.com/glossary/what-is-cross-site-scripting.html) (requires [additional Cookies implementation](https://github.com/BitzArt/Blazor.Cookies/issues/4) for HttpOnly and Secure...
Add an ability to set HttpOnly and Secure cookie flags when working with HttpContextCookieService. An attempt at setting any of these flags in BrowserCookieService should cause an exception to be...
Logic similar to [this](https://github.com/BitzArt/Blazor.Auth/issues/41#issuecomment-2764559661) could be implemented in the `AuthenticationStateProvider`, notifying all subscribers of an AuthenticationState update on access token expiration.