Smart.OAuth 1.0.0.102

There is a newer version of this package available.
See the version list below for details.
dotnet add package Smart.OAuth --version 1.0.0.102                
NuGet\Install-Package Smart.OAuth -Version 1.0.0.102                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Smart.OAuth" Version="1.0.0.102" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Smart.OAuth --version 1.0.0.102                
#r "nuget: Smart.OAuth, 1.0.0.102"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Smart.OAuth as a Cake Addin
#addin nuget:?package=Smart.OAuth&version=1.0.0.102

// Install Smart.OAuth as a Cake Tool
#tool nuget:?package=Smart.OAuth&version=1.0.0.102                

Smart.OAuth
     使用方法:
     (在Global.asax.cs文件Application_Start方法添加如下代码)
     //Web Controllers权限校验(Header或者URL或者Cookies上需要添加token参数)
     Smart.OAuth.SmartOAuth.InitControllerAuthorizeAttribute(GlobalFilters.Filters);
     //WebAPI权限校验(Header或者URL上需要添加token参数)
     GlobalConfiguration.Configure(Smart.OAuth.SmartOAuth.InitWebAPIAuthentication);

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.143 446 7/6/2022
1.0.0.142 432 7/4/2022
1.0.0.141 422 4/28/2022
1.0.0.140 401 4/26/2022
1.0.0.139 427 4/21/2022
1.0.0.138 412 4/20/2022
1.0.0.137 398 4/19/2022
1.0.0.136 415 4/17/2022
1.0.0.135 340 9/16/2021
1.0.0.134 325 9/13/2021
1.0.0.133 396 9/12/2021
1.0.0.132 372 9/12/2021
1.0.0.131 334 8/22/2021
1.0.0.130 332 8/10/2021
1.0.0.129 315 8/6/2021
1.0.0.128 307 8/2/2021
1.0.0.127 339 7/31/2021
1.0.0.126 368 6/27/2021
1.0.0.125 353 5/7/2021
1.0.0.124 345 5/7/2021
1.0.0.123 353 5/7/2021
1.0.0.122 363 5/6/2021
1.0.0.121 323 4/23/2021
1.0.0.120 346 4/20/2021
1.0.0.119 316 4/20/2021
1.0.0.118 331 4/19/2021
1.0.0.117 351 4/19/2021
1.0.0.116 348 4/19/2021
1.0.0.115 312 4/12/2021
1.0.0.114 312 4/12/2021
1.0.0.113 325 4/12/2021
1.0.0.112 353 4/11/2021
1.0.0.111 345 4/10/2021
1.0.0.110 318 4/5/2021
1.0.0.109 346 3/27/2021
1.0.0.108 359 3/19/2021
1.0.0.107 320 3/18/2021
1.0.0.106 363 3/17/2021
1.0.0.105 314 3/17/2021
1.0.0.104 311 2/4/2021
1.0.0.103 327 2/2/2021
1.0.0.102 338 1/30/2021
1.0.0.101 342 1/30/2021
1.0.0.100 337 1/30/2021
1.0.0.99 377 1/21/2021
1.0.0.98 352 1/17/2021
1.0.0.97 335 1/12/2021
1.0.0.96 322 1/8/2021
1.0.0.95 352 1/5/2021
1.0.0.94 337 1/5/2021
1.0.0.93 357 1/5/2021
1.0.0.92 323 12/30/2020
1.0.0.91 311 12/30/2020

Bug fixes and performance improvements