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
Im currently working with NodeJS Express in typescript and I am stuck with my rest api where im trying to implement passport-ldap and passport-jwt. (ldap for the login and after that i only want to authorize with jwt tokens) The problem is i have no idea how to set up the authorizationChecker with passport.authenticate().
So my question would be is it even possible, if yes then how?