You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I incline to implement this since es6 in Node is mature and has large user base. The only concern I have is that existing cjs users will be forced to move their projects to es6.
If you have a backward compatible way of this transaction please share it here.
const {authenticate} = require("ldap-authentication");
to
import {authenticate} from "ldap-authentication";
and another required packages
https://stackblitz.com/edit/vite-ldap?file=main.js&terminal=dev
The text was updated successfully, but these errors were encountered: