# node-auth-weibo **Repository Path**: tela2013/node-auth-weibo ## Basic Information - **Project Name**: node-auth-weibo - **Description**: A complete oauth flow example for Sina weibo - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README node-auth-weibo =============== A complete oauth flow example for Sina Weibo. I followed up the awesome series [EASY NODE AUTHENTICATION](http://scotch.io/series/easy-node-authentication) from [scotch.io](http://scotch.io/) and what I did is to add the support for Sina Weibo. It's really useful and I think you may need this in your next hackthon project. ### Development First you need to add your key to the config file. ``` $ cp ./config/auth.example.js ./config/auth.js ``` And then ``` $ npm install $ npm run start ``` ### Stack * Mongodb * Express * Passport ### License MIT