Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 356 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 356 Bytes

Griffin Javascript SDK

Installation

Copy sdk.min.js to your project, then add this at the end of your

<script src="sdk.min.js"></script>

Usage

GriffinSDK must be initialized with

Griffin.init({
    appId: 'your-app-id',
    server: 'https://example.com',
    login: '/sso/login',
    logout: '/sso/logout'
});