This repository was archived by the owner on Oct 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public static IApplicationBuilder UseStormpath(this IApplicationBuilder app)
9595 new PrecompiledViewRenderer ( logger ) ,
9696 app . ApplicationServices . GetRequiredService < RazorViewRenderer > ( ) ) ;
9797
98- var stormpathMiddleware = StormpathMiddleware . Create ( new StormpathMiddlewareOptions ( )
98+ var stormpathMiddleware = StormpathMiddleware . Create ( new StormpathOwinOptions ( )
9999 {
100100 LibraryUserAgent = GetLibraryUserAgent ( hostingAssembly ) ,
101101 Configuration = suppliedConfiguration . Configuration ,
Original file line number Diff line number Diff line change 1616 "Microsoft.AspNetCore.Mvc.ViewFeatures" : " 1.0.0-rc2-final" ,
1717 "Microsoft.Extensions.Logging" : " 1.0.0-rc2-final" ,
1818 "Microsoft.AspNetCore.Owin" : " 1.0.0-rc2-final" ,
19- "Stormpath.Owin.Middleware" : " 0.2.2-beta2 " ,
20- "Stormpath.Owin.Views.Precompiled" : " 0.2.1-beta1 "
19+ "Stormpath.Owin.Middleware" : " 1.0.0-beta1 " ,
20+ "Stormpath.Owin.Views.Precompiled" : " 0.2.1-beta2 "
2121 },
2222 "description" : " Stormpath middleware for ASP.NET Core. Easily adds authentication and authorization to ASP.NET Core applications." ,
2323 "frameworks" : {
4242 "tooling" : {
4343 "defaultNamespace" : " Stormpath.AspNetCore"
4444 },
45- "version" : " 0.2.2-beta1 "
45+ "version" : " 0.2.2-beta4 "
4646}
You can’t perform that action at this time.
0 commit comments