oauth 2 in 8 steps: https://knpuniversity.com/screencast/oauth
Live demo of oauth 2 (with server implemented by PHP): http://brentertainment.com/oauth2/
Wiki page for understanding oauth2 server (with PHP implementation): http://bshaffer.github.io/oauth2-server-php-docs/
SQL scripts (for MySQL) to create tables foor oauth2 server: https://github.com/dsquier/oauth2-server-php-mysql
NPM package for oauth2-server for Nodejs: https://www.npmjs.com/package/oauth2-server
Node-oauth2-server on github : https://github.com/oauthjs/node-oauth2-server
Express wrapper for Node-oauth2-server on github: https://github.com/oauthjs/express-oauth-server
An example implement of oauth2 server (in nodejs) built on node-oauth2-server above, with MySQL, MonogoDB ready: https://github.com/manjeshpv/node-oauth2-server-implementation
For ASP.NET part, the IdentityServer turns out is a big recommendation (IdentityServer 4 for ASP.NET Core 1.0, and IdentityServer 3 for the previous ASP.NET): https://github.com/IdentityServer/IdentityServer4
是为之记。
Alva Chien2016.5.21