Skip to content

2.0.0

Compare
Choose a tag to compare
@domenic domenic released this 10 Mar 03:13
· 34 commits to master since this release

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).