themeteorchef / base

A starting point for Meteor apps.
http://themeteorchef.com/base
MIT License
689 stars 253 forks source link

Add Top Level Name Field #244

Open toinevk opened 7 years ago

toinevk commented 7 years ago

Per https://guide.meteor.com/accounts.html#dont-use-profile, profile shouldn't really be used. This request refactors the name field to be a top level field and demonstrates how the user collection could be used more securely.

themeteorchef commented 7 years ago

Going to flag this for the 5.0.0 release.