This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic2-beid/src/authentic2_beid/context_processors.py

5 lines
108 B
Python

from .util import get_x509_url
def beid_processor(request):
return {'beid_url': get_x509_url(request)}