From f35f395e8c82b175106864e6163276816cb49189 Mon Sep 17 00:00:00 2001 From: Artem Mironov Date: Tue, 11 Jun 2024 01:34:48 +0300 Subject: [PATCH] docs: remove sqlite in supported db --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7de9ab2..1664e21 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Simple authentication service to store and validate API keys. Intended to be used with ORY oathkeeper or similar proxies to authenticate request using API keys. ## Features -- Store API keys in sql database. Available databases are: `postgres`, `sqlite` +- Store API keys in sql database. Available databases are: `postgres` - Generate API keys - Check API keys with care - Generate and validate signatures for requests using assymetric encryption. See below