delphi-rest-client-api
delphi-rest-client-api copied to clipboard
Support for OAuth 1
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
Did you have a look at REST.Authenticator.OAuth.TOAuth1Authenticator? It might be a good start.