From adf380dc54977dc82010784f4ab393f3307acfe7 Mon Sep 17 00:00:00 2001 From: Thomas Hii Date: Wed, 31 May 2023 15:24:09 +0000 Subject: [PATCH] Updated auth --- CHANGELOG.md | 16 ++++++++-------- packages/auth_oauth2/pubspec.yaml | 2 -- packages/oauth2/pubspec.yaml | 2 -- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5baa05a..749902ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,11 @@ * Updated: angel3_container_generator * Updated: angel3_mock_request * Updated: angel3_framework -* Updated: angel3_auth (1 failed test cases) +* Updated: angel3_auth (1 failed test case) * Updated: angel3_configuration * Updated: angel3_validate -* Updated: angel3_client (1 failed test cases) -* Updated: angel3_websocket (1 failed test cases) +* Updated: angel3_client (1 failed test case) +* Updated: angel3_websocket (1 failed test case) * Updated: angel3_test * Updated: jael3 * Updated: jael3_preprocessor @@ -45,12 +45,12 @@ * Updated: angel3_seo * Updated: angel3_sync * Updated: angel3_sembast -* Updated: angel3_oauth2 (issue: oauth2 don't support http 1.0.0) -* Updated: angel3_auth_oauth2 (issue: oauth2 don't support http 1.0.0) -* Updated: angel3_auth_twitter (issue: oauth2 don't support http 1.0.0) +* Updated: angel3_markdown +* Updated: angel3_auth_oauth2 +* Updated: angel3_oauth2 (5 failed test cases) +* Updated: angel3_auth_twitter (issue: oauth1 don't support http 1.0.0) * Updated: angel3_mongo (issue: mongo_dart don't support http 1.0.0) -* Updated: angel3_markdown (issue: basic_utils don't support http 1.0.0) -* Updated: angel3_shelf (issue: 2 failed test cases) +* Updated: angel3_shelf (2 failed test cases) ## 7.0.0 diff --git a/packages/auth_oauth2/pubspec.yaml b/packages/auth_oauth2/pubspec.yaml index 453a0490..faf812cb 100644 --- a/packages/auth_oauth2/pubspec.yaml +++ b/packages/auth_oauth2/pubspec.yaml @@ -14,8 +14,6 @@ dev_dependencies: logging: ^1.2.0 lints: ^2.1.0 dependency_overrides: - oauth2: - path: ../../../oauth2 angel3_container: path: ../container/angel_container angel3_framework: diff --git a/packages/oauth2/pubspec.yaml b/packages/oauth2/pubspec.yaml index 349163fc..5959f234 100644 --- a/packages/oauth2/pubspec.yaml +++ b/packages/oauth2/pubspec.yaml @@ -19,8 +19,6 @@ dev_dependencies: test: ^1.24.0 uuid: ^3.0.0 dependency_overrides: - oauth2: - path: ../../../oauth2 angel3_container: path: ../container/angel_container angel3_framework: