UNPKG

@quarks/quarks-iam

Version:

A modern authorization server built to authenticate your users and protect your APIs

12 lines (10 loc) 131 B
/** * LDAP */ module.exports = function (config) { return { id: 'LDAP', name: 'LDAP', templates: [ 'LDAP' ] } }