The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
loginServer
and logoutServer
functions
added. login
and logout
are now deprecated,
full details in README.If you plan to use hashed passwords with shinyauthr you now must use
the sodium package to
hash your passwords and the sodium_hashed = TRUE
argument
of the shinyauthr::login
module call for decryption to work
appropriately.
This means that previously used hashed
and
algo
arguments that interfaced with the digest
package are now deprecated. If you had previously hashed your passwords
with the digest package to use with shinyauthr, please re-hash them with
sodium
and use the sodium_hashed
argument
instead.
Sorry for this breaking change, but sodium hashing provides added protection against brute-force attacks on stored passwords. More information on this here.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.