2.0.0
Added the client credentials flow, which can be used if you only need to authenticate the client, but not the resource owner.
The public API changed from restifyOAuth2(server, options)
to restifyOAuth2.cc(server, options)
or restifyOAuth2.ropc(server, options)
.