README
node-oauth
Cloned from https://github.com/ciaranj/node-oauth .
Made changes to send client_id and client_secret in the authorization header and not the body.
Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers.
<script type="module">
import oauthAuthorization from 'https://cdn.skypack.dev/oauth_authorization';
</script>
Cloned from https://github.com/ciaranj/node-oauth .
Made changes to send client_id and client_secret in the authorization header and not the body.