Updated auth
This commit is contained in:
parent
e5743b95e2
commit
adf380dc54
3 changed files with 8 additions and 12 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -10,11 +10,11 @@
|
||||||
* Updated: angel3_container_generator
|
* Updated: angel3_container_generator
|
||||||
* Updated: angel3_mock_request
|
* Updated: angel3_mock_request
|
||||||
* Updated: angel3_framework
|
* Updated: angel3_framework
|
||||||
* Updated: angel3_auth (1 failed test cases)
|
* Updated: angel3_auth (1 failed test case)
|
||||||
* Updated: angel3_configuration
|
* Updated: angel3_configuration
|
||||||
* Updated: angel3_validate
|
* Updated: angel3_validate
|
||||||
* Updated: angel3_client (1 failed test cases)
|
* Updated: angel3_client (1 failed test case)
|
||||||
* Updated: angel3_websocket (1 failed test cases)
|
* Updated: angel3_websocket (1 failed test case)
|
||||||
* Updated: angel3_test
|
* Updated: angel3_test
|
||||||
* Updated: jael3
|
* Updated: jael3
|
||||||
* Updated: jael3_preprocessor
|
* Updated: jael3_preprocessor
|
||||||
|
@ -45,12 +45,12 @@
|
||||||
* Updated: angel3_seo
|
* Updated: angel3_seo
|
||||||
* Updated: angel3_sync
|
* Updated: angel3_sync
|
||||||
* Updated: angel3_sembast
|
* Updated: angel3_sembast
|
||||||
* Updated: angel3_oauth2 (issue: oauth2 don't support http 1.0.0)
|
* Updated: angel3_markdown
|
||||||
* Updated: angel3_auth_oauth2 (issue: oauth2 don't support http 1.0.0)
|
* Updated: angel3_auth_oauth2
|
||||||
* Updated: angel3_auth_twitter (issue: oauth2 don't support http 1.0.0)
|
* 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_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 (2 failed test cases)
|
||||||
* Updated: angel3_shelf (issue: 2 failed test cases)
|
|
||||||
|
|
||||||
## 7.0.0
|
## 7.0.0
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,6 @@ dev_dependencies:
|
||||||
logging: ^1.2.0
|
logging: ^1.2.0
|
||||||
lints: ^2.1.0
|
lints: ^2.1.0
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
oauth2:
|
|
||||||
path: ../../../oauth2
|
|
||||||
angel3_container:
|
angel3_container:
|
||||||
path: ../container/angel_container
|
path: ../container/angel_container
|
||||||
angel3_framework:
|
angel3_framework:
|
||||||
|
|
|
@ -19,8 +19,6 @@ dev_dependencies:
|
||||||
test: ^1.24.0
|
test: ^1.24.0
|
||||||
uuid: ^3.0.0
|
uuid: ^3.0.0
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
oauth2:
|
|
||||||
path: ../../../oauth2
|
|
||||||
angel3_container:
|
angel3_container:
|
||||||
path: ../container/angel_container
|
path: ../container/angel_container
|
||||||
angel3_framework:
|
angel3_framework:
|
||||||
|
|
Loading…
Reference in a new issue