i'm successfully using django-sdk with supertokens...
# support-questions-legacy
e
i'm successfully using django-sdk with supertokens for passwordless Recipe http://localhost:8000/auth/signinup/code http://localhost:8000/auth/signinup/code/consume and it's working but i didn't know what should i do after that i create custom endpoint that a post request http://localhost:8000/job_analysis/jobs/ create a simple data in my model how can i assign this data to the related user that has been logged in from supertokens ?