peerlibrary/meteor-user-extra

Name: meteor-user-extra

Owner: PeerLibrary

Description: Extended Meteor.userId() and Meteor.user()

Created: 2015-12-19 12:06:14.0

Updated: 2017-11-07 22:01:18.0

Pushed: 2018-01-16 22:21:44.0

Homepage: https://atmospherejs.com/peerlibrary/user-extra

Size: 9

Language: CoffeeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Extended Meteor.userId() and Meteor.user()

Adding this package to your Meteor application:

Both client and server side.

Installation
or add peerlibrary:user-extra
Examples
late.user.helpers({
ername: function () {
var user = Meteor.user({username: 1});
return user && user.username;



This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.