일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 알고리즘 연습
- 알고리즘 풀이
- AWS
- django widget
- 알고리즘 문제
- react
- Baekjoon
- 장고
- 알고리즘
- js
- MAC
- API
- Algorithm
- 백준
- CSS
- form
- web
- java
- 파이썬
- HTML
- c++
- DRF
- PYTHON
- Django
- es6
- django ORM
- django rest framework
- 파이썬 알고리즘
- javascript
- Git
Archives
- Today
- Total
목록rest_framework (1)
수학과의 좌충우돌 프로그래밍
[Django] Token 인증 적용하기, TokenAuthentication
DRF 에서 지원하는 인증은 다음과 같습니다. rest_framework.authentication.SessionAuthentication rest_framework.authentication.BasicAuthentication rest_framework.authentication.TokenAuthentication 초기에 username/password 으로 Token 발급 이 Token을 매 API 요청에 담아서 보내어 인증을 처리 SessionAuthentication,BasicAuthentication 은 django default 이고 TokenAuthentication 은 따로 설정을 해줘야합니다. 그래서 기본적인 SessionAuthentication,BasicAuthentication 을 ..
웹프로그래밍/DRF
2020. 1. 14. 22:56