<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Jwt on 冯威的博客</title><link>https://fwhyy.com/tags/jwt/</link><description>Recent content in Jwt on 冯威的博客</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Mon, 20 Apr 2020 07:19:13 +0800</lastBuildDate><atom:link href="https://fwhyy.com/tags/jwt/atom.xml" rel="self" type="application/rss+xml"/><item><title>dotNET Core 3.X 使用 Jwt 实现接口认证</title><link>https://fwhyy.com/2020/04/using-jwt-to-implement-interface-authentication-in-dotnet-core-3/</link><pubDate>Mon, 20 Apr 2020 07:19:13 +0800</pubDate><guid>https://fwhyy.com/2020/04/using-jwt-to-implement-interface-authentication-in-dotnet-core-3/</guid><description>&lt;p&gt;在前后端分离的架构中，前端需要通过 API 接口的方式获取数据，但 API 是无状态的，没有办法知道每次请求的身份，也就没有办法做权限的控制。如果不做控制，API 就对任何人敞开了大门，只要拿到了接口地址就可以进行调用，这是非常危险的。本文主要介绍下在 dotNET Core Web API 中使用 Jwt 来实现接口的认证。&lt;/p&gt;</description></item></channel></rss>