Skip to content

Commit 3505b0c

Browse files
Update signing.md
1 parent dc0b0c0 commit 3505b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/signing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Custom Signature Algorithms
44

5-
The libraries design is open so you can implement your own algorithms, see [existing examples](https://github.com/Thalhammer/jwt-cpp/blob/73f23419235661e89a304ba5ab09d6714fb8dd94/include/jwt-cpp/jwt.h#L874) for ideas.
5+
The libraries design is open so you can implement your own algorithms, see [existing implementations](https://github.com/Thalhammer/jwt-cpp/blob/73f23419235661e89a304ba5ab09d6714fb8dd94/include/jwt-cpp/jwt.h#L874) for ideas.
66

77
```cpp
88
struct your_algorithm{

0 commit comments

Comments
 (0)