Source code for spresso.view.authentication.forward

from spresso.view.base import TemplateView


[docs]class ProxyView(TemplateView): """ View that specifies the template for the proxy endpoint. """
[docs] def template(self): return self.settings.proxy_template