ASP.NET Core学习之使用JWT认证授权详解(2)

@host = https://localhost:5001 # @name token POST {{host}}/Authorize HTTP/1.1 Content-Type: application/x-www-form-urlencoded #username=Wilson&password=123456 # admin username=WilsonPan&password=123456

2、需要授权接口

### required authorize GET {{host}}/api HTTP/1.1 Authorization: Bearer {{token.response.body.*}}

3、需要管理员角色接口

### required authorize POST {{host}}/api HTTP/1.1 Authorization: Bearer {{token.response.body.*}}

示例代码

总结

到此这篇关于ASP.NET Core学习之使用JWT认证授权的文章就介绍到这了,更多相关ASP.NET Core用JWT认证授权内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wxgdjf.html