From b0641272491eb51d321b1b8a7d062e395e70800f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 19 Dec 2022 16:02:19 +0300 Subject: auth: implement OAuth2 flow. Add code to implement the OAuth2 flow. * Add test fixtures for setting up users and OAuth2 clients * Add tests for token generation with the "Password Grant" flow * Fix some issues with test due to changes in the database connection's row_factory --- mypy.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index 89c5f30..dfedb13 100644 --- a/mypy.ini +++ b/mypy.ini @@ -51,3 +51,6 @@ ignore_missing_imports = True [mypy-yoyo.*] ignore_missing_imports = True + +[mypy-authlib.*] +ignore_missing_imports = True -- cgit v1.2.3