Skip to content

Instantly share code, notes, and snippets.

@splinter
Created April 11, 2016 07:01
Show Gist options
  • Save splinter/79ab2e0ae83a21f9a327770398481363 to your computer and use it in GitHub Desktop.
Save splinter/79ab2e0ae83a21f9a327770398481363 to your computer and use it in GitHub Desktop.
Accessing the logged in user in the ES/G-Reg Publisher
var server = require('store').server;
var user = server.current(session);
print('username : '+ user.username);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment