Skip to content

Protects profile fields in Meteor.users collection.

License

Notifications You must be signed in to change notification settings

Streemo/user-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

user-security.

Protects the Meteor.users collection from client-side writes. Meteor's user collection was designed poorly with respect to it's profile implementation. This simply covers that security hole.

Installation

meteor add streemo:user-security

Injection

Literally, all this library does is inject this script into your server:

Meteor.startup(()=>Meteor.users.deny({update:()=>true}))

About

Protects profile fields in Meteor.users collection.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published