delphi-rest-client-api icon indicating copy to clipboard operation
delphi-rest-client-api copied to clipboard

Support for OAuth 1

Open patrick-heuer opened this issue 9 years ago • 1 comments

Are there any plans for supporting OAuth 1 Authentication instead if using HTTP Basic Authentication? I need that in my current Project...

If not, are there any hints how to implement it with Delphi XE (encryption/decryption classes, ...), maybe it is not needed to build everything new from the beginning / possibility of reusing code to achieve OAuth auth?

Thx

patrick-heuer avatar Aug 17 '15 11:08 patrick-heuer

Did you have a look at REST.Authenticator.OAuth.TOAuth1Authenticator? It might be a good start.

vonloxley avatar Aug 17 '15 11:08 vonloxley