Vasyl Romanchak
Results
1
issues of
Vasyl Romanchak
Basically I have next route in my node.js app: app.post('/oauth/token', trustedClientPolicy, passport.authenticate(['basic', 'oauth2-client-password'], { session: false }), server.token(), server.errorHandler() ); 'basic' policy requires authentication by asking user put his username,...