beta
This commit is contained in:
parent
cba439e773
commit
0eb0268e01
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# 2.0.0-alpha.1
|
# 2.0.0-beta
|
||||||
* Made `AuthStrategy` generic.
|
* Made `AuthStrategy` generic.
|
||||||
* `AngelAuth.strategies` is now a `Map<String, AuthStrategy<User>>`.
|
* `AngelAuth.strategies` is now a `Map<String, AuthStrategy<User>>`.
|
||||||
* Removed `AuthStrategy.canLogout`.
|
* Removed `AuthStrategy.canLogout`.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: angel_auth
|
name: angel_auth
|
||||||
description: A complete authentication plugin for Angel.
|
description: A complete authentication plugin for Angel.
|
||||||
version: 2.0.0-alpha.1
|
version: 2.0.0-beta
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/angel_auth
|
homepage: https://github.com/angel-dart/angel_auth
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue