Copy sdk.min.js to your project, then add this at the end of your
<script src="sdk.min.js"></script>
GriffinSDK must be initialized with
Griffin.init({
appId: 'your-app-id',
server: 'https://example.com',
login: '/sso/login',
logout: '/sso/logout'
});