Skip to content

A js keycloak client based of the official one, but adds a 'capacitor' adapter

License

Notifications You must be signed in to change notification settings

terradatum/keycloak-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keycloak-client

A js keycloak client based of the official one, but adds a 'capacitor' adapter

To Install: npm install --save terradatum/keycloak-client#master

To use the capacitor adapter:

import { Keycloak } from 'keycloak-client';

const keycloak = new Keycloak();

keycloak.init({
    adapter: 'capacitor',
    
    ...
    
}).success(...).error(...);

original: https://github.com/keycloak/keycloak/blob/master/adapters/oidc/js/src/main/resources/keycloak.js

and their documentation: https://github.com/keycloak/keycloak-documentation/blob/master/securing_apps/topics/oidc/javascript-adapter.adoc

About

A js keycloak client based of the official one, but adds a 'capacitor' adapter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published