Select Git revision
dbp-auth.js
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
dbp-auth.js 270 B
import {defineCustomElement} from '@dbp-toolkit/common/utils';
import {AuthKeycloak} from './auth-keycloak.js';
import {LoginButton} from './login-button.js';
defineCustomElement('dbp-auth-keycloak', AuthKeycloak);
defineCustomElement('dbp-login-button', LoginButton);