oidc-client https://github.com/IdentityModel/oidc-client-jsnpm install o...
post-list.component.html post-list.component.ts service
安裝工具 Nodejs, npm 最新版, https://nodejs.org/en/ Angular CLI, npm install -g...
準備 https://identityserver4.readthedocs.io/en/release/ OpenID Connect & O...
OAuth 2.0 vs OpenId Connect OAuth 2.0 OAuth 2.0是一個委托協(xié)議, 它可以讓那些控制資源的人允許某個...
安全性&冪等性 安全性?方法執(zhí)行后并不會改變資源的表述 冪等性?方法無論執(zhí)行多少次都會得到同樣的結果 POST 添加資源 不安全锻弓,不冪等 參數(shù)[...
HATEOAS Hypermedia as the Engine of Application StateREST里最復雜的約束, 構建成熟RE...
資源塑形 如果資源的屬性較多, 而且API消費者只需要一分部屬性, 那么就應該考慮資源塑形集合資源 單個資源 異常處理 IEnumerableE...
翻頁 Query Stringhttp://localhost:5000/api/posts?pageIndex=1&pageSize=10&o...