From cdc832c4e79e68d7d75dd2a4283ec9507d614745 Mon Sep 17 00:00:00 2001 From: Lucas Vieira Date: Tue, 9 Jan 2024 09:28:14 -0300 Subject: [PATCH] docs: add warning on readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ebd40e..c40c444 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ This is a [ticktick](ticktick.com) api wrapper developed to be used on [Node.js](https://nodejs.org/en) based projects. +> :warning: **warning**: As of Jan 2024 Ticktick requires a captcha token in order to authenticate user on login. I'm working in order to implement it on this package, but have not yet succeeded. More details on [this issue](https://github.com/lucasvtiradentes/ticktick-api-lvt/issues/13). + ## :dart: Features    ✔️ type safe api methods by using [zod](https://github.com/colinhacks/zod) validation;
@@ -148,7 +150,6 @@ This project uses the following thechnologies: -