Hi,
I would like to use both Authorization Grant CC and ROPC with same tokenEndpoint.
restifyOAuth2.cc(server, {tokenEndpoint: "/token", hooks: restifyOAuth2Hooks});
restifyOAuth2.ropc(server, {tokenEndpoint: "/token", hooks: restifyOAuth2RopcHooks});
What is the best way to setup or patch?
Regards,
Hi,
I would like to use both Authorization Grant CC and ROPC with same tokenEndpoint.
restifyOAuth2.cc(server, {tokenEndpoint: "/token", hooks: restifyOAuth2Hooks});
restifyOAuth2.ropc(server, {tokenEndpoint: "/token", hooks: restifyOAuth2RopcHooks});
What is the best way to setup or patch?
Regards,