Skip to content

Instantly share code, notes, and snippets.

@matthieualouis
Created April 10, 2016 18:16
Show Gist options
  • Save matthieualouis/a00b5156f313e736b609cc8801414b8d to your computer and use it in GitHub Desktop.
Save matthieualouis/a00b5156f313e736b609cc8801414b8d to your computer and use it in GitHub Desktop.
<script src="https://js.moltin.com/v1"></script>
<script type="text/javascript">
var moltin = new Moltin({publicId: 'api_client_id'});
moltin.Authenticate(function() {
// Code here...
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment