From 46542c572db509be7b7bef6755d63af6024db246 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 21 Feb 2026 20:02:15 +0300 Subject: [PATCH] add credits --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index f4d9716..7cab933 100644 --- a/readme.md +++ b/readme.md @@ -22,3 +22,7 @@ example docker-compose config for raindrop api. volumes: - ./data/raindrop-api:/config ``` + +# credits + +thanks to [this repo](https://github.com/douglasmakey/oauth2-example) for example implementation of oauth2.