Merge pull request #44 from korsvanloon/master

change empty cookie string to have double quotes
This commit is contained in:
Tobe Osakwe 2019-04-04 20:37:24 -04:00 committed by GitHub
commit 61c11966b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -369,7 +369,7 @@ class AngelAuth<User> {
if (allowCookie == true) {
res.cookies.removeWhere((cookie) => cookie.name == "token");
_addProtectedCookie(res, 'token', '');
_addProtectedCookie(res, 'token', '""');
}
if (options != null &&