+2
This commit is contained in:
parent
4e2a4606d1
commit
c891d130b2
3 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
# 1.1.0+2
|
||||
* `LocalAuthStrategy` returns `true` on `Basic` authentication.
|
||||
|
||||
# 1.1.0+1
|
||||
* Modified `LocalAuthStrategy`'s handling of `Basic` authentication.
|
||||
|
|
|
@ -65,6 +65,9 @@ class LocalAuthStrategy extends AuthStrategy {
|
|||
..end();
|
||||
return false;
|
||||
}
|
||||
|
||||
res.properties['user'] = verificationResult;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: angel_auth
|
||||
description: A complete authentication plugin for Angel.
|
||||
version: 1.1.0+1
|
||||
version: 1.1.0+2
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_auth
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue