.net core jessetalk资料合集
Posted owenzh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.net core jessetalk资料合集相关的知识,希望对你有一定的参考价值。
流程图在线预览地址: https://9o90oe.axshare.com/#g=1&p=home
OAuth2 流程:http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.html
我们后面也会使用docker,有时间的小伙伴可以提前预习一下。
Docker中文文档 https://yeasy.gitbooks.io/docker_practice/content/
官方中文文档 https://docs.docker-cn.com/
贴上博客园晓晨的关于identityServer4的中文文档地址
http://www.cnblogs.com/stulzq/p/8119928.html
八幅漫画理解使用JSON Web Token设计单点登录系统
http://blog.leapoahead.com/2015/09/07/user-authentication-with-jwt/
JSON Web Token - 在Web应用间安全地传递信息
http://blog.leapoahead.com/2015/09/06/understanding-jwt/
纯OAuth2 授权码模式的实现 。 (不包含OICD)
https://github.com/bayardw/IdentityServer4.Authorization.Code
YAML语法介绍:
http://www.ruanyifeng.com/blog/2016/07/yaml.html
Gitlab CI 官方配置文件参数说明(中文)
快速入门 https://docs.gitlab.com.cn/ce/ci/quick_start/README.html
配置文档讲解 https://docs.gitlab.com.cn/ce/ci/yaml/
持续集成的概念
http://www.ruanyifeng.com/blog/2015/09/continuous-integration.html
课程中使用的 docker 命令文档:
https://shimo.im/docs/anrlYMFEYloN52c8/
Ocelot中文文档
http://www.jessetalk.cn/2018/03/19/net-core-apigateway-ocelot-docs/
【强烈推荐】美团点评技术文章:服务容错模式:
https://tech.meituan.com/service-fault-tolerant-pattern.html
发布与订阅模式的区别
https://juejin.im/post/5a14e9edf265da4312808d86
关于分布式追踪的文章:
https://www.zybuluo.com/jesseliu/note/372227
请使用手机"扫一扫"x
以上是关于.net core jessetalk资料合集的主要内容,如果未能解决你的问题,请参考以下文章
ASP.NET Core分布式项目实战oauth2 + oidc 实现 server部分
ASP.NET Core分布式项目实战IdentityServer4登录中心oauth密码模式identity server4实现