Skip to content

Commit

Permalink
update: signature
Browse files Browse the repository at this point in the history
  • Loading branch information
nanato12 committed Dec 1, 2023
1 parent f54d1f2 commit 3c3f13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/src/parser/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use sha2::Sha256;
/// The signature in the `x-line-signature` request header must be verified to confirm that the request was sent from the LINE Platform. [\[detail\]](https://developers.line.biz/en/reference/messaging-api/#signature-validation)
/// # Example
/// ```
/// if parser::validate_signature(channel_secret, signature, body) {
/// if validate_signature(channel_secret, signature, body) {
/// // OK
/// } else {
/// // NG
Expand Down

0 comments on commit 3c3f13e

Please sign in to comment.