fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

Support for OAuth 1 #51

Open patrick-heuer opened 9 years ago

patrick-heuer commented 9 years ago

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

vonloxley commented 9 years ago

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