SteveMcArthur / docpad-plugin-authentication

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.
http://login-stevehome.rhcloud.com
Other
4 stars 1 forks source link

Don't need to support so many authentication strategies #5

Closed SteveMcArthur closed 9 years ago

SteveMcArthur commented 9 years ago

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.

SteveMcArthur commented 9 years ago

fixed with commit 3f669a5b5eb65a74fbd1bca5d03b86cd6b047729