Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@bakura10 bakura10 released this 04 May 16:49
· 198 commits to master since this release
2.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 new redirect_when_connected option in the RedirectStrategy.
  • Various doc fixes