Skip to content

necrobits/griffin-sdk-js-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'
});

About

Javascript SDK for interacting with Griffin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published