Skip to content

Instantly share code, notes, and snippets.

View santiagovidal's full-sized avatar

Santiago Vidal santiagovidal

  • Rootstrap
View GitHub Profile
@santiagovidal
santiagovidal / nemid.js
Created June 13, 2018 17:24
NemID authentication with Auth0 Lock
const auth0ClientId = ..;
const nemIdConnection = ..;
const auth0Domain = ..;
const redirectUrl = ..;
var options = {
language: 'da',
allowedConnections: [nemIdConnection],
container: 'lock-wrapper',
auth: {