mirror of
https://github.com/vacp2p/nim-jwt.git
synced 2026-01-09 20:27:56 -05:00
Removed long obsolete note
This commit is contained in:
@@ -90,7 +90,3 @@ proc request(url: string, body: string): string =
|
||||
let resp = request("https://www.googleapis.com/oauth2/v4/token", postdata).parseJson()
|
||||
echo "Access token is: ", resp["access_token"].str
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
This library requires a recent version of libcrypto. Specifically the one that
|
||||
has `EVP_DigestSign*` functions.
|
||||
|
||||
Reference in New Issue
Block a user