|
|
|
|
|
by dubcanada
4293 days ago
|
|
1. NPM is just an easy way to install it, you can also use bower or just download the source and minified packages. 2. I see no reason why it would. 3. It's all client based regardless of how you do it, it just adds cookies. If you want to get the information server side just get it server side (PHP example https://github.com/thephpleague/oauth2-client) there is no need to get it client side if you need it server side with a server side library (thus why NPM is shown as node is server side). |
|