v0.10.1
Full Changelog: v0.9.3...v0.10.1
⚠️ BREAKING-CHANGE
-
The feature named "router" got renamed to "nested-router"
-
All hooks are part of the
crate::hooks
module now.This legacy re-export was removed. -
In addition to the other configuration/option struct,this also makes the main configuration non-exhaustive. So it is no
longer possible to directly create a new struct, but use the "new"
function instead and modify the struct using thewith_*
functions. -
In order to allow adding new options in the future, the structs LoginOptions and LogoutOptions have been made
non-exhaustive. Adding some documentation on how to work with them. -
The login
options
property has been renamed tologin_options
, to make room for thelogout_options
Features
- handle post-login redirect (578b65b)