oauth 2 in 8 steps: https://knpuniversity.com/screencast/oauthphp
Live demo of oauth 2 (with server implemented by PHP): http://brentertainment.com/oauth2/node
Wiki page for understanding oauth2 server (with PHP implementation): http://bshaffer.github.io/oauth2-server-php-docs/mysql
SQL scripts (for MySQL) to create tables foor oauth2 server: https://github.com/dsquier/oauth2-server-php-mysqlgit
NPM package for oauth2-server for Nodejs: https://www.npmjs.com/package/oauth2-servergithub
Node-oauth2-server on github : https://github.com/oauthjs/node-oauth2-serversql
Express wrapper for Node-oauth2-server on github: https://github.com/oauthjs/express-oauth-serverexpress
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-implementationnpm
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/IdentityServer4app
是爲之記。ui
Alva Chien 2016.5.21