# การยืนยันตัวตนใน Django (Django) > โมเดล User, authentication backend, login/logout, สิทธิ์, กลุ่ม, โมเดลผู้ใช้แบบกำหนดเอง - 22 คำถามสัมภาษณ์ - Mid-Level - [คำถามสัมภาษณ์: Django](https://sharpskill.dev/th/technologies/django/interview-questions.md) ## 1. โมเดล Django ใดที่ใช้เป็นค่าเริ่มต้นในการแทนผู้ใช้ในแอปพลิเคชัน? **คำตอบ** โมเดล User จาก django.contrib.auth.models เป็นโมเดลเริ่มต้นสำหรับจัดการผู้ใช้ใน Django โดยมีฟิลด์สำคัญอย่าง username, password, email, first_name, last_name และเมธอดการยืนยันตัวตนในตัว โมเดลนี้จะพร้อมใช้งานโดยอัตโนมัติหลังจากเพิ่ม django.contrib.auth ลงใน INSTALLED_APPS ## 2. ฟังก์ชัน Django ใดที่ตรวจสอบข้อมูลรับรองของผู้ใช้และคืนค่าออบเจกต์ User ที่สอดคล้องกัน? **คำตอบ** ฟังก์ชัน authenticate() จาก django.contrib.auth รับข้อมูลรับรอง (โดยทั่วไปคือ username และ password) และตรวจสอบกับ authentication backend ที่กำหนดค่าไว้ โดยจะคืนค่าออบเจกต์ User หากข้อมูลรับรองถูกต้อง หรือ None หากการยืนยันตัวตนล้มเหลว ฟังก์ชันนี้ไม่ได้ล็อกอินผู้ใช้ แต่เพียงตรวจสอบข้อมูลรับรองเท่านั้น ## 3. ฟังก์ชันใดที่สร้างเซสชันและล็อกอินผู้ใช้หลังจากยืนยันตัวตนสำเร็จ? **คำตอบ** ฟังก์ชัน login() จาก django.contrib.auth รับ request และออบเจกต์ User ที่ผ่านการยืนยันตัวตนเพื่อสร้างเซสชัน โดยจะเก็บ ID ของผู้ใช้ไว้ในเซสชันและเชื่อมโยง authentication backend ที่ใช้ ฟังก์ชันนี้ต้องถูกเรียกหลังจาก authenticate() เพื่อให้กระบวนการล็อกอินสมบูรณ์ ## มีอีก 19 คำถาม - จะออกจากระบบผู้ใช้และทำให้เซสชันของเขาเป็นโมฆะใน Django ได้อย่างไร? - decorator ของ Django ใดที่จำกัดการเข้าถึง view เฉพาะผู้ใช้ที่ล็อกอินแล้วเท่านั้น? สมัครฟรี: https://sharpskill.dev/th/login ## หัวข้อสัมภาษณ์ Django อื่นๆ - [พื้นฐาน Python](https://sharpskill.dev/th/technologies/django/interview-questions/python-basics.md): 25 คำถาม, Junior - [Python เชิงวัตถุ](https://sharpskill.dev/th/technologies/django/interview-questions/python-oop.md): 20 คำถาม, Junior - [พื้นฐาน Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-fundamentals.md): 20 คำถาม, Junior - [Django Models - พื้นฐาน](https://sharpskill.dev/th/technologies/django/interview-questions/django-models-basics.md): 22 คำถาม, Junior - [Django Views](https://sharpskill.dev/th/technologies/django/interview-questions/django-views.md): 20 คำถาม, Junior - [เทมเพลต Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-templates.md): 18 คำถาม, Junior - [ฟอร์ม Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-forms.md): 22 คำถาม, Mid-Level - [QuerySets ขั้นสูง](https://sharpskill.dev/th/technologies/django/interview-questions/django-querysets.md): 25 คำถาม, Mid-Level - [Django Middleware](https://sharpskill.dev/th/technologies/django/interview-questions/django-middleware.md): 18 คำถาม, Mid-Level - [Django Admin](https://sharpskill.dev/th/technologies/django/interview-questions/django-admin.md): 20 คำถาม, Mid-Level - [Django REST Framework](https://sharpskill.dev/th/technologies/django/interview-questions/django-rest-framework.md): 30 คำถาม, Mid-Level - [Django Signals](https://sharpskill.dev/th/technologies/django/interview-questions/django-signals.md): 18 คำถาม, Mid-Level - [การอัปโหลดไฟล์](https://sharpskill.dev/th/technologies/django/interview-questions/django-file-upload.md): 20 คำถาม, Mid-Level - [การแคชใน Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-caching.md): 20 คำถาม, Mid-Level - [Django Sessions](https://sharpskill.dev/th/technologies/django/interview-questions/django-sessions.md): 18 คำถาม, Mid-Level - [อีเมลใน Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-email.md): 18 คำถาม, Mid-Level - [การทดสอบ Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-testing.md): 22 คำถาม, Mid-Level - [ความปลอดภัยของ Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-security.md): 22 คำถาม, Mid-Level - [การ Deploy Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-deployment.md): 24 คำถาม, Mid-Level - [Django ORM ขั้นสูง](https://sharpskill.dev/th/technologies/django/interview-questions/django-orm-advanced.md): 28 คำถาม, Senior - [ประสิทธิภาพของ Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-performance.md): 24 คำถาม, Senior - [Django & Celery](https://sharpskill.dev/th/technologies/django/interview-questions/django-celery.md): 22 คำถาม, Senior - [Django Channels](https://sharpskill.dev/th/technologies/django/interview-questions/django-channels.md): 24 คำถาม, Senior - [Django & GraphQL](https://sharpskill.dev/th/technologies/django/interview-questions/django-graphql.md): 24 คำถาม, Senior - [Django & Docker](https://sharpskill.dev/th/technologies/django/interview-questions/django-docker.md): 20 คำถาม, Senior - [Django ในระบบนิเวศ Microservices](https://sharpskill.dev/th/technologies/django/interview-questions/django-microservices.md): 24 คำถาม, Senior - [คำสั่ง Django แบบกำหนดเอง](https://sharpskill.dev/th/technologies/django/interview-questions/django-custom-commands.md): 18 คำถาม, Senior - [การทำให้รองรับหลายภาษาใน Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-internationalization.md): 20 คำถาม, Senior - [Design Patterns ใน Django](https://sharpskill.dev/th/technologies/django/interview-questions/django-design-patterns.md): 24 คำถาม, Senior - [Django Async และ ASGI](https://sharpskill.dev/th/technologies/django/interview-questions/django-async-asgi.md): 26 คำถาม, Senior - [Settings และการตั้งค่า Production](https://sharpskill.dev/th/technologies/django/interview-questions/django-settings-configuration.md): 22 คำถาม, Senior - [Observability และ Monitoring](https://sharpskill.dev/th/technologies/django/interview-questions/django-observability.md): 24 คำถาม, Senior --- Source: SharpSkill (https://sharpskill.dev), tech interview preparation for your real stack. HTML version of this page: https://sharpskill.dev/th/technologies/django/interview-questions/django-authentication