Example #1
0
 public static IAppBuilder UseHawkAuthentication(this IAppBuilder app, HawkAuthenticationOptions options)
 {
     app.Use(typeof(HawkAuthenticationMiddleware), app, options);
     app.UseStageMarkerAuthenticate();
     return(app);
 }
 public static IAppBuilder UseHawkAuthentication(this IAppBuilder app, HawkAuthenticationOptions options)
 {
     app.Use(typeof(HawkAuthenticationMiddleware), app, options);
     app.UseStageMarkerAuthenticate();
     return app;
 }