This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
v2.3.0
- When using the
RedirectStrategy
, user was always redirected when he/she tried to access an unauthorized page. In some cases, you actually want to show them the 403 page. You can now do this through the newredirect_when_connected
option in the RedirectStrategy. - Various doc fixes