This commit is contained in:
Tobe O 2019-05-03 02:27:42 -04:00
parent ccbd040741
commit 1274ad6b0d
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
# 2.1.5+1
* Fix error in popup page.
# 2.1.5
* Modify `_apply` to honor an existing `User` over `Future<User>`.

View file

@ -18,7 +18,7 @@ AngelAuthCallback confirmPopupAuthentication({String eventName = 'token'}) {
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Authentication Success</title>
<script>
var ev = CustomEvent($evt, $detail);
var ev = new CustomEvent($evt, $detail);
window.opener.dispatchEvent(ev);
window.close();
</script>

View file

@ -1,6 +1,6 @@
name: angel_auth
description: A complete authentication plugin for Angel. Includes support for stateless JWT tokens, Basic Auth, and more.
version: 2.1.5
version: 2.1.5+1
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_auth
environment: