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

Simple membership should be included by default #7

Closed SteveMcArthur closed 8 years ago

SteveMcArthur commented 9 years ago

A simple membership system using either a hard-coded list in the docpad.coffee file or a json file should be included by default with the plugin. This should be done in a way that a different membership system can be easily slotted in.

At the moment the advice is to create the simple membership system in the docpad.coffee file. To me this seems cumbersome. However, I still believe that the option should be given for inserting in a more robust/complex membership system.

SteveMcArthur commented 8 years ago

Now included in version 2.4.0