Fixed auth
This commit is contained in:
parent
4ebb63c5f7
commit
1e616f3f5c
4 changed files with 5 additions and 7 deletions
|
@ -10,7 +10,7 @@
|
||||||
* 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 case)
|
* Updated: angel3_auth
|
||||||
* Updated: angel3_configuration
|
* Updated: angel3_configuration
|
||||||
* Updated: angel3_validate
|
* Updated: angel3_validate
|
||||||
* Updated: angel3_client (1 failed test case)
|
* Updated: angel3_client (1 failed test case)
|
||||||
|
|
|
@ -4,9 +4,10 @@
|
||||||
|
|
||||||
* Require Dart >= 3.0
|
* Require Dart >= 3.0
|
||||||
* Upgraded `http` to 1.0.0
|
* Upgraded `http` to 1.0.0
|
||||||
* Fixed bug causing `successRedirect` test case to fail
|
* Fixed failed `successRedirect` test case
|
||||||
* Fixed bug causing `failureRedirect` test case to fail
|
* Fixed failed `failureRedirect` test case
|
||||||
* Fixed bug causing `login` test case to fail
|
* Fixed failed `login` test case
|
||||||
|
* Fixed failed 'force basic` test case
|
||||||
* Added `example1` and `example2`
|
* Added `example1` and `example2`
|
||||||
|
|
||||||
## 7.0.1
|
## 7.0.1
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
### Load landing page
|
|
||||||
GET http://localhost:3000/ HTTP/1.1
|
|
||||||
|
|
Loading…
Reference in a new issue