Is there any JSON Web Token (JWT) example in C#?

前端 未结 9 2495
悲哀的现实
悲哀的现实 2020-11-28 01:10

I feel like I\'m taking crazy pills here. Usually there\'s always a million library and samples floating around the web for any given task. I\'m trying to implement authenti

9条回答
  •  忘掉有多难
    2020-11-28 01:55

    I've never used it but there is a JWT implementation on NuGet.

    Package: https://nuget.org/packages/JWT

    Source: https://github.com/johnsheehan/jwt

    .NET 4.0 compatible: https://www.nuget.org/packages/jose-jwt/

    You can also go here: https://jwt.io/ and click "libraries".

提交回复
热议问题