Skip to content

Commit

Permalink
docs: remove sqlite in supported db
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspeen committed Jun 10, 2024
1 parent 4712d66 commit f35f395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f35f395

Please sign in to comment.