Skip to content

Instantly share code, notes, and snippets.

@gregszero
Created March 25, 2017 01:53
Show Gist options
  • Save gregszero/8571bbe3f07e894ff14fd4987fdcde2e to your computer and use it in GitHub Desktop.
Save gregszero/8571bbe3f07e894ff14fd4987fdcde2e to your computer and use it in GitHub Desktop.
Jhipster get Principal (current user)
Principal.identity().then(function (user) {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment