angel_auth 1.1.1+3 angel_auth: ^1.1.1+3 copied to clipboard
A complete authentication plugin for Angel.
1.1.1+3 #
authenticate
returns the current user, if one is present.
1.1.1+2 #
_apply
now always sends atoken
cookie.
1.1.1+1 #
- Update
protectCookie
to only sendmaxAge
when it is not-1
.
1.1.1 #
- Added
protectCookie
, to better protect data sent in cookies.
1.1.0+2 #
LocalAuthStrategy
returnstrue
onBasic
authentication.
1.1.0+1 #
- Modified
LocalAuthStrategy
's handling ofBasic
authentication.