User-1853917541 posted
Hi All.
Question - we have some web app where Owin is used in quite standard way via:
UseCookieAuthentication with CookieAuthenticationProvider,
UseOAuthAuthorizationServer,
UseOAuthBearerAuthentication
Current version of all Owin libraries are 3.x. How safe typically to upgrade to Owin 4.0 libraries?
I just can't find any guidance or recommendations regarding such migration.
Thanks!