oauthjs / express-oauth-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
MIT License
484 stars 384 forks source link

requireClientAuthentication not available ? #48

Closed theohdv closed 7 years ago

theohdv commented 7 years ago

Hey all, I just noticed that the requireClientAuthentication option is not available in this module. Am i wrong ? Because they added this option in november 2016 (https://github.com/oauthjs/node-oauth2-server/commit/99a5b02af9c7fd80710e9039c2dbd4a95020ae8f). It is possible to implement that ?

thanks !

theohdv commented 7 years ago

Workaround: need to get master branch of oauth2-server from your package.json as the last release does not include this feature.