Re: Redirect from auth backend

2017-05-07 Thread Ryan Nowakowski
Usually the login_required decorator does this kind of thing for me. On May 5, 2017 6:53:21 AM CDT, roboslone - wrote: >Hello, > >I have an authentication backend, that authenticates users against a >remote service using session cookie. >Mentioned cookie can expire and remote service requires use

Redirect from auth backend

2017-05-05 Thread roboslone -
Hello, I have an authentication backend, that authenticates users against a remote service using session cookie. Mentioned cookie can expire and remote service requires users to refresh it by visiting that service's URL (https://auth-service.com/renew?...). Cookie expiration is managed by that