摘要: https://www.cnblogs.com/KimmyLee/p/6430474.html https://www.cnblogs.com/rocketRobin/p/9077523.html http://bitoftech.net/2015/03/31/asp-net-web-api-cla 阅读全文
posted @ 2019-02-01 18:48 ChuckLu 阅读(588) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/aspnet/aspnet/overview/owin-and-katana/owin-oauth-20-authorization-server The OAuth 2.0 framework enables a third-par 阅读全文
posted @ 2019-02-01 18:34 ChuckLu 阅读(511) 评论(0) 推荐(0) 编辑
摘要: https://www.oauth.com/oauth2-servers/access-tokens/password-grant/ The Password grant is used when the application exchanges the user’s username and p 阅读全文
posted @ 2019-02-01 17:23 ChuckLu 阅读(429) 评论(0) 推荐(0) 编辑
摘要: https://www.oauth.com/oauth2-servers/access-tokens/ Access tokens are the thing that applications use to make API requests on behalf of a user. The ac 阅读全文
posted @ 2019-02-01 17:19 ChuckLu 阅读(261) 评论(0) 推荐(0) 编辑
摘要: What I don't fully understand is the use of ClientId and Secret vs Username and Password. The code I pasted generates a token by username and password 阅读全文
posted @ 2019-02-01 17:08 ChuckLu 阅读(368) 评论(0) 推荐(0) 编辑
摘要: http://blog.geveo.com/OAuth-Implementation-for-WebAPI2 OAuth is an open standard for token based authentication and authorization on internet. In simp 阅读全文
posted @ 2019-02-01 16:42 ChuckLu 阅读(987) 评论(0) 推荐(0) 编辑
摘要: https://datatracker.ietf.org/doc/html/rfc6749#section-4.1 理解OAuth 2.0 - 阮一峰的网络日志 (ruanyifeng.com) https://www.cnblogs.com/chucklu/p/16809736.html 更新:我 阅读全文
posted @ 2019-02-01 14:18 ChuckLu 阅读(369) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/49002/prefer-composition-over-inheritance 解答1 Prefer composition over inheritance as it is more malleable / easy t 阅读全文
posted @ 2019-02-01 10:52 ChuckLu 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 问题: When planning out my programs, I often start with a chain of thought like so: A football team is just a list of football players. Therefore, I sho 阅读全文
posted @ 2019-02-01 10:39 ChuckLu 阅读(398) 评论(0) 推荐(0) 编辑