{"id":22797377,"url":"https://github.com/the-software-compagny/nestjs_module_ldap","last_synced_at":"2026-02-25T16:33:29.000Z","repository":{"id":245092576,"uuid":"815272386","full_name":"The-Software-Compagny/nestjs_module_ldap","owner":"The-Software-Compagny","description":"LDAP module for NestJS framework","archived":false,"fork":false,"pushed_at":"2025-04-14T20:31:42.000Z","size":121,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-08T23:16:36.402Z","etag":null,"topics":["abstract","abstraction","async","ldap","ldapts","nestjs","node","nodejs","npm","npm-package","promise","spaces"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@the-software-compagny/nestjs_module_ldap","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/The-Software-Compagny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-14T18:25:01.000Z","updated_at":"2025-01-23T19:09:47.000Z","dependencies_parsed_at":"2024-06-19T19:24:04.612Z","dependency_job_id":"06129e6e-e88e-4d1f-9fb4-720967d41d34","html_url":"https://github.com/The-Software-Compagny/nestjs_module_ldap","commit_stats":null,"previous_names":["the-software-compagny/nestjs_module_ldap"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/The-Software-Compagny/nestjs_module_ldap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Software-Compagny%2Fnestjs_module_ldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Software-Compagny%2Fnestjs_module_ldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Software-Compagny%2Fnestjs_module_ldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Software-Compagny%2Fnestjs_module_ldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Software-Compagny","download_url":"https://codeload.github.com/The-Software-Compagny/nestjs_module_ldap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Software-Compagny%2Fnestjs_module_ldap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29830228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T15:41:19.027Z","status":"ssl_error","status_checked_at":"2026-02-25T15:40:47.150Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abstract","abstraction","async","ldap","ldapts","nestjs","node","nodejs","npm","npm-package","promise","spaces"],"created_at":"2024-12-12T06:05:55.661Z","updated_at":"2026-02-25T16:33:28.971Z","avatar_url":"https://github.com/The-Software-Compagny.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://nestjs.com/\" target=\"blank\"\u003e\n    \u003cimg src=\"https://nestjs.com/img/logo_text.svg\" width=\"320\" alt=\"Nest Logo\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  A LDAP module for Nest framework (node.js) using \u003ca href=\"https://github.com/ldapts/ldapts\"\u003eldapts\u003c/a\u003e library\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/org/The-Software-Compagny\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@the-software-compagny/nestjs_module_ldap.svg\" alt=\"NPM Version\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/org/The-Software-Compagny\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/@the-software-compagny/nestjs_module_ldap.svg\" alt=\"Package License\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/The-Software-Compagny/nestjs_module_ldap/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/The-Software-Compagny/nestjs_module_ldap/actions/workflows/ci.yml/badge.svg\" alt=\"Publish Package to npmjs\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n# NestJS LDAP Module\nLDAP module for NestJS Framework\n\n## Install dependencies\n```bash\nyarn add @the-software-compagny/nestjs_module_ldap ldapts\n```\n## Instanciate\n```ts\nLdapModule.forRootAsync({\n  imports: [ConfigModule],\n  inject: [ConfigService],\n  useFactory: async (config: ConfigService) =\u003e ({\n    config: config.get\u003cClientOptions\u003e('ldap.options'),\n  }),\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-software-compagny%2Fnestjs_module_ldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-software-compagny%2Fnestjs_module_ldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-software-compagny%2Fnestjs_module_ldap/lists"}