1
0
mirror of https://github.com/jumpserver/jumpserver.git synced 2025-05-01 04:43:54 +00:00
jumpserver/apps/authentication/backends/oauth2/signals.py
2023-07-24 11:52:25 +08:00

4 lines
76 B
Python

from django.dispatch import Signal
oauth2_create_or_update_user = Signal()