Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
34.3k stars 1.93k forks source link

[Improvement] Oauth1 signature method doesn't support SHA256 #868

Closed jbotuck closed 6 years ago

jbotuck commented 6 years ago

https://github.com/getinsomnia/insomnia/issues/197#issuecomment-340790024 it was mentioned that most people need HMAC-SHA256. but the only methods supported are HMAC-SHA1, RSA-SHA1, and PLAINTEXT. capture

welcome[bot] commented 6 years ago

👋 Thanks for opening your first issue! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. If you're requesting a feature 🎁, please provide real use cases that would benefit. 👪

To help make this a smooth process, please be sure you have first read the contributing guidelines.

gschier commented 6 years ago

Should be an easy one. Will get this into the next release

akshar100 commented 8 months ago

Please note that we need RSA-SHA256 support here and not just HMAC-256.