240 发简信
IP属地:云南
  • Angular_03_oidc

    oidc-client https://github.com/IdentityModel/oidc-client-jsnpm install o...

  • Angular_02_访问API

    post-list.component.html post-list.component.ts service

  • Angular_01_项目创建

    安装工具 Nodejs, npm 最新版, https://nodejs.org/en/ Angular CLI, npm install -g...

  • Resize,w 360,h 240
    Identity Server 4

    准备 https://identityserver4.readthedocs.io/en/release/ OpenID Connect & O...

  • Resize,w 360,h 240
    OAuth 2.0 & OpenId Connect

    OAuth 2.0 vs OpenId Connect OAuth 2.0 OAuth 2.0是一个委托协议, 它可以让那些控制资源的人允许某个...

  • Resize,w 360,h 240
    ASP .NET Core Web API_12_ POST PUT PATCH DELETE

    安全性&幂等性 安全性☞方法执行后并不会改变资源的表述 幂等性☞方法无论执行多少次都会得到同样的结果 POST 添加资源 不安全,不幂等 参数[...

  • Resize,w 360,h 240
    ASP .NET Core Web API_ 11_HATEOAS

    HATEOAS Hypermedia as the Engine of Application StateREST里最复杂的约束, 构建成熟RE...

  • Resize,w 360,h 240
    ASP .NET Core Web API_10_资源塑形

    资源塑形 如果资源的属性较多, 而且API消费者只需要一分部属性, 那么就应该考虑资源塑形集合资源 单个资源 异常处理 IEnumerableE...

  • Resize,w 360,h 240
    ASP .NET Core Web API_09_ 翻页过滤排序

    翻页 Query Stringhttp://localhost:5000/api/posts?pageIndex=1&pageSize=10&o...