Skip to content

Instantly share code, notes, and snippets.

@yuchi
Created April 7, 2015 13:56
Show Gist options
  • Save yuchi/0672e525549b2ff6adc9 to your computer and use it in GitHub Desktop.
Save yuchi/0672e525549b2ff6adc9 to your computer and use it in GitHub Desktop.
Liferay Connector Snippet #2 (callback authentication)
liferay.authenticate('http://localhost:8080', {
login: 'test@liferay.com',
password: 'test'
}).then(function (session) {
console.log("Yay! I got a session!");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment