This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
Releases: fielded/angular-nav-login
Releases · fielded/angular-nav-login
v4.0.1
v4.0.0
v3.1.1
v3.1.0
v3.0.1
v3.0.0
<a name"3.0.0">
3.0.0 (2016-09-28)
Bug Fixes
- case-insensitive user name condition (2e1db902)
- type check error before condition (a2eca6c1)
- validate session with remote (93903729, closes #11)
Breaking Changes
- requires getSession to be exposed on sessionService. See
pouchdb-authentication#dbgetSession
for an example implementation.
Closes #11.
(93903729)
v2.0.0
<a name"2.0.0">
2.0.0 (2016-09-21)
Features
BREAKING CHANGES
sessionService.putUser
is required (pouchdb-authentication v0.5.0)_id
and_rev
are replaced byid
andrev
in the returned session object- All other reserved user properties (
password
,salt
etc.) are removed