jwt token 实现

上传者: beibeizz | 上传时间: 2021-07-22 19:43:01 | 文件大小: 49KB | 文件类型: ZIP
本例子教你如何在你的项目中搭建jwt token授权登录,代码清晰易懂。

文件下载

资源详情

[{"title":"( 62 个子文件 49KB ) jwt token 实现","children":[{"title":"jwt-master","children":[{"title":"LICENSE.txt <span style='color:#111;'> 459B </span>","children":null,"spread":false},{"title":"src","children":[{"title":"JWT","children":[{"title":"IJsonSerializer.cs <span style='color:#111;'> 700B </span>","children":null,"spread":false},{"title":"SignatureVerificationException.cs <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"Serializers","children":[{"title":"JsonNetSerializer.cs <span style='color:#111;'> 1.46KB </span>","children":null,"spread":false}],"spread":true},{"title":"UtcDateTimeProvider.cs <span style='color:#111;'> 422B </span>","children":null,"spread":false},{"title":"IJwtValidator.cs <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false},{"title":"UnixEpoch.cs <span style='color:#111;'> 731B </span>","children":null,"spread":false},{"title":"JwtEncoder.cs <span style='color:#111;'> 2.63KB </span>","children":null,"spread":false},{"title":"JwtValidator.cs <span style='color:#111;'> 6.95KB </span>","children":null,"spread":false},{"title":"JWT.csproj <span style='color:#111;'> 1.99KB </span>","children":null,"spread":false},{"title":"IJwtEncoder.cs <span style='color:#111;'> 2.18KB </span>","children":null,"spread":false},{"title":"JwtHashAlgorithm.cs <span style='color:#111;'> 537B </span>","children":null,"spread":false},{"title":"IJwtDecoder.cs <span style='color:#111;'> 10.21KB </span>","children":null,"spread":false},{"title":"Algorithms","children":[{"title":"RS256Algorithm.cs <span style='color:#111;'> 2.23KB </span>","children":null,"spread":false},{"title":"HMACSHA512Algorithm.cs <span style='color:#111;'> 637B </span>","children":null,"spread":false},{"title":"IAlgorithmFactory.cs <span style='color:#111;'> 655B </span>","children":null,"spread":false},{"title":"HMACSHA256Algorithm.cs <span style='color:#111;'> 637B </span>","children":null,"spread":false},{"title":"HMACSHAAlgorithmFactory.cs <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"IJwtAlgorithm.cs <span style='color:#111;'> 703B </span>","children":null,"spread":false},{"title":"HMACSHA384Algorithm.cs <span style='color:#111;'> 637B </span>","children":null,"spread":false},{"title":"RSAlgorithmFactory.cs <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false}],"spread":false},{"title":"IBase64UrlEncoder.cs <span style='color:#111;'> 442B </span>","children":null,"spread":false},{"title":"JwtBase64UrlEncoder.cs <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":"TokenExpiredException.cs <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":"JwtParts.cs <span style='color:#111;'> 2.28KB </span>","children":null,"spread":false},{"title":"JwtDecoder.cs <span style='color:#111;'> 12.68KB </span>","children":null,"spread":false},{"title":"IDateTimeProvider.cs <span style='color:#111;'> 326B </span>","children":null,"spread":false},{"title":"InvalidTokenPartsException.cs <span style='color:#111;'> 641B </span>","children":null,"spread":false},{"title":"Builder","children":[{"title":"JwtBuilder.cs <span style='color:#111;'> 11.57KB </span>","children":null,"spread":false},{"title":"ClaimName.cs <span style='color:#111;'> 2.56KB </span>","children":null,"spread":false},{"title":"HeaderName.cs <span style='color:#111;'> 421B </span>","children":null,"spread":false},{"title":"EnumExtensions.cs <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false},{"title":"JwtBuilderExtensions.cs <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false},{"title":"JwtData.cs <span style='color:#111;'> 1.96KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true},{"title":"build.cake <span style='color:#111;'> 2.03KB </span>","children":null,"spread":false},{"title":"JWT.sln.DotSettings <span style='color:#111;'> 1.24KB </span>","children":null,"spread":false},{"title":"JWT.sln <span style='color:#111;'> 2.95KB </span>","children":null,"spread":false},{"title":"tools","children":[{"title":"packages.config <span style='color:#111;'> 105B </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 6.46KB </span>","children":null,"spread":false},{"title":"appveyor.yml <span style='color:#111;'> 171B </span>","children":null,"spread":false},{"title":".editorconfig <span style='color:#111;'> 158B </span>","children":null,"spread":false},{"title":"tests","children":[{"title":"JWT.Tests.NETFramework","children":[{"title":"packages.config <span style='color:#111;'> 719B </span>","children":null,"spread":false},{"title":"JWT.Tests.NETFramework.csproj <span style='color:#111;'> 6.46KB </span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"AssemblyInfo.cs <span style='color:#111;'> 606B </span>","children":null,"spread":false}],"spread":false},{"title":"App.config <span style='color:#111;'> 259B </span>","children":null,"spread":false}],"spread":true},{"title":"JWT.Tests.Common","children":[{"title":"JwtEncoderTest.cs <span style='color:#111;'> 1.12KB </span>","children":null,"spread":false},{"title":"Internal","children":[{"title":"CustomerEqualityComparer.cs <span style='color:#111;'> 532B </span>","children":null,"spread":false},{"title":"DictionaryEqualityComparer.cs <span style='color:#111;'> 843B </span>","children":null,"spread":false}],"spread":false},{"title":"JwtSecurityTest.cs <span style='color:#111;'> 3.30KB </span>","children":null,"spread":false},{"title":"JwtDecoderTest.cs <span style='color:#111;'> 12.62KB </span>","children":null,"spread":false},{"title":"Models","children":[{"title":"Customer.cs <span style='color:#111;'> 162B </span>","children":null,"spread":false},{"title":"TestCategory.cs <span style='color:#111;'> 205B </span>","children":null,"spread":false},{"title":"TestData.cs <span style='color:#111;'> 4.46KB </span>","children":null,"spread":false}],"spread":false},{"title":"JWT.Tests.Common.csproj <span style='color:#111;'> 640B </span>","children":null,"spread":false},{"title":"JwtBuilderDecodeTest.cs <span style='color:#111;'> 5.66KB </span>","children":null,"spread":false},{"title":"JwtBuilderEncodeTest.cs <span style='color:#111;'> 2.55KB </span>","children":null,"spread":false},{"title":"JwtDataTest.cs <span style='color:#111;'> 781B </span>","children":null,"spread":false}],"spread":true},{"title":"JWT.Tests.Core","children":[{"title":"xunit.runner.json <span style='color:#111;'> 110B </span>","children":null,"spread":false},{"title":"JWT.Tests.Core.csproj <span style='color:#111;'> 1.35KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"build.ps1 <span style='color:#111;'> 7.11KB </span>","children":null,"spread":false},{"title":".gitignore <span style='color:#111;'> 5.00KB </span>","children":null,"spread":false},{"title":"NuGet.config <span style='color:#111;'> 688B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • aaaaadf :
    不错,挺好的。.net和.netcore
    2019-10-29
  • qq_36323797 :
    我去,被一楼坑了,这是C#实现的,而不是JAVA
    2019-06-26
  • yeweidn :
    压缩文件只有49k,解压后9M,代码有些实用的东西
    2019-06-10
  • zhaodongku :
    这是java的 我是php的 对我没啥用
    2018-10-26

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明