Handles authentication and login functionality via social login for your docpad application. Protects pages from unauthenticated users. Uses the node module social-login (https://github.com/26medias/social-login) to standardise the configuration interface to the various login strategies and handle routing and redirection.
There is a massive amount of dependencies in this plugin that don't really need to be there. Twitter, Facebook, Google and Github is all we need to support out of the box. I assume nobody is using other login strategies, so I propose removing the dependencies on those other strategies. If required they could be added back in at some future point.
There is a massive amount of dependencies in this plugin that don't really need to be there. Twitter, Facebook, Google and Github is all we need to support out of the box. I assume nobody is using other login strategies, so I propose removing the dependencies on those other strategies. If required they could be added back in at some future point.