Based on Keep a Changelog.
- add beginOAuthUrl [#66]
- Add TOTP MFA functions (require authn-server v1.18 or newer)
- Update semver from 6.3.0 to 6.3.1 (#57)
- Update word-wrap from 1.2.3 to 1.2.5 (#62)
- Update babel/traverse from 7.14.2 to 7.23.6 (#61)
- support for explicit expiration in CookieSessionStore [#55]
- update dependencies
- window references during server-side rendering [#42]
- fix unreliable "401 Unauthorized" handling
- fix incorrect "connection failed" failure message
- fix uncaught exceptions from scheduled refreshes
- support for path and sameSite settings on cookie store [#35]
- fix SSR crash [#34]
- support for passwordless logins [#29]
importSession
works likerestoreSession
but does not check for a stale session first. Useful for OAuth support. [#28]
isAvailable
returns a useful boolean [#27]
- improve session management on devices that sleep by detecting wakeup [#25]