[request] authentication signature validation #7355
ahmadnassri
started this conversation in
Ideas and feature requests
Replies: 2 comments
-
👍 OAuth 1.0a validation only or 2.0 as well? |
Beta Was this translation helpful? Give feedback.
0 replies
-
it shouldn't matter, if allowing to extract tokens from headers using a regex (e.g. in the case of oAuth the "method" would be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
unlike the full scope of an oauth system/plugin, the only thing this plugin would do is validate the
Authorization
token headers against a known public/private key.we could extend this a bit further to make it a bit more generic, by allowing to configure the schema of the header (regex)
e.g. an example of "oAuth Lite"
would extract
370773112-GmHxMAgYyLbNEtIKZeRNFsMKPR9EyMZeS9weJAEb
from:Beta Was this translation helpful? Give feedback.
All reactions