jumpserver/apps/authentication/backends/saml2/signals.py
2023-07-24 11:52:25 +08:00

4 lines
75 B
Python

from django.dispatch import Signal
saml2_create_or_update_user = Signal()