Add genSign to OAuth exports
This decouples the signing process from Requests a bit. Some services require the signature to be somwehere other than in request headers, such as in url parameters. Exposing genSign solves this.
This commit is contained in:
parent
705528277c
commit
480d6d3410
@ -6,7 +6,7 @@ module Web.Authenticate.OAuth
|
|||||||
-- * Operations for credentials
|
-- * Operations for credentials
|
||||||
emptyCredential, insert, delete, inserts,
|
emptyCredential, insert, delete, inserts,
|
||||||
-- * Signature
|
-- * Signature
|
||||||
signOAuth,
|
signOAuth, genSign,
|
||||||
-- * Url & operation for authentication
|
-- * Url & operation for authentication
|
||||||
authorizeUrl, getAccessToken, getTemporaryCredential,
|
authorizeUrl, getAccessToken, getTemporaryCredential,
|
||||||
getTokenCredential,
|
getTokenCredential,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user