etyp / meteor-accounts-ldap

A Meteor package for logging in and creating users with LDAP credentials
MIT License
39 stars 23 forks source link

Improve readme - prevent non-LDAP access / restrict account creation to server #6

Closed benco5 closed 9 years ago

benco5 commented 9 years ago

On newly created branch "improve-readme", added a note to the readme about preventing non-LDAP users from gaining access through client-side use of Accounts.createUser. Included example / optional code to prevent this behavior.