authenticationToken2 [Django REST API] 11. Create login API 1. Create login API viewset 2. Set token header using ModHeader extension 1. Create login API viewset (1) 구현 # views.py ... # ObtainAuthToken: AuthToken을 만드는 view from rest_framework.authtoken.views import ObtainAuthToken from rest_framework.settings import api_settings ... class UserLoginApiView(ObtainAuthToken): """Handle creating user authentication tokens""" # 일반적으로 제공되는 상속용 view들은 # rendere.. 2021. 12. 24. [Network Jargon] Authentication Token https://www.fortinet.com/resources/cyberglossary/authentication-token What Is an Authentication Token? | Fortinet An authentication token is a secure device that allows access to protected resources. Learn how token-based authentication verifies user identity. www.fortinet.com 번역 및 정리 1. Authentication Token이란 무엇인가? Authentication Token은 마치 어떤 행사의 입장 도장을 받는 것과 비슷한 기능을 한다. 일단 신원확인절차를 마치고 도장을 받으면,.. 2021. 12. 24. 이전 1 다음