noahhl/oauth

Add support for other encryption mechanisms

Opened this issue · 0 comments

oauth currently only offers support for oauth implementations using HMAC-SHA1 encryption (the majority I've come across, including Twitter, etc.).

It would be nice for it to support RSA-SHA1, any other algorithms that are used. Suggestions for implementations to test against would be helpful.