#CHANGES
2.0.0
- Migrate to null safety
1.1.2+1
Security.login
rejects if the posted body is over 3000 bytes.
1.1.2
Security.filter
,login
andlogout
are instant methods instead of closures.
1.1.1
Security.switchLogin
supports theresetSession
argument
1.1.0
Security.switchLogin
andswitchBack
added
1.0.0
- Upgrade to Dart 2
0.8.7
Authenticator.isSessionExpired
introduced to invalidate a session if necessary
0.8.6
AccessControl.canAcess()
returnsFutureOr<bool>
onLogin
andonLogout
callbacks returnFutureOr
0.8.3
- Security.setLogin() introduces additional argument: resetSession
0.8.1
- #6:
AccessControl.canAccess()
became asynchronous
0.8.0
- #5: Able to pass the original URI as parameter of the login page