o
    "4g                     @   s<   d dl mZ d dlmZ d dlmZ d dlmZ dd ZdS )    )settings)get_user_model)reverse)SocialAccountc                 C   s   |  td}|jdksJ |d tdd sJ |  |d dddd	}|jdks.J |d tjks7J t jjdd
	  t
jjdd}| }| dksTJ d S )Ndummy_logini.  locationdummy_authenticatez?state=123za@b.comT)idemailemail_verified)r   )uid)postr   status_code
startswithr   LOGIN_REDIRECT_URLr   objectsfilterexistsr   getget_provider_accountto_str)clientdbrespsocialaccountaccount r   t/var/www/html/authentication-server/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/dummy/tests.py
test_login   s   
r   N)	django.confr   django.contrib.authr   django.urlsr   allauth.socialaccount.modelsr   r   r   r   r   r   <module>   s
    