Closed rsyring closed 3 years ago
And also should be smarter about when login/logout shows based on authentication status of user. See: https://github.com/level12/keg-auth/issues/125
This should do the trick with keg-auth 0.4.0:
NavItem('Logout', NavURL('auth.logout')), NavItem('Login', NavURL('auth.login', requires_anonymous=True)),
And also should be smarter about when login/logout shows based on authentication status of user. See: https://github.com/level12/keg-auth/issues/125