diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index e5f15c9cb..6b3ead8fd 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -16,6 +16,12 @@

Version 0.10.5

makeNonce now returns unique values. Previously only the first byte of the nonce was populated. +
  • + Introduces IdleManager to the auth-client. You can now use it to detect when the user has + been idle for a configurable amount of time, and then to register callbacks for the sake + of logging the user out and prompting re-authentication. See the @dfinity/auth-client + Readme for more details +
  • Version 0.10.3