Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Library Protected fields 인증 추가 #10

Closed
kujyp opened this issue Apr 8, 2018 · 0 comments
Closed

Library Protected fields 인증 추가 #10

kujyp opened this issue Apr 8, 2018 · 0 comments

Comments

@kujyp
Copy link
Contributor

kujyp commented Apr 8, 2018

  1. basic auth(email, password)로 token 획득할수있는 resource추가
    GET api/v1/token
  2. 각 resource마다 token으로 user를 조회하는 중복코드를 쓸 필요가 없도록 적절한 middleware 적용
    후보1. flask.q module

Further01. Token Expired(2days?) 구현


180409 Token폐기. secret_key이용한 인증으로 변경

Title
(기존) Token verification 구현 -> (변경) Library Protected fields 인증 추가

Todos

180409
from app.config import Config
조치필요함.

링크 참조

kujyp added a commit that referenced this issue Apr 9, 2018
kujyp added a commit that referenced this issue Apr 11, 2018
@kujyp kujyp changed the title Token verification 구현 Library Protected fields 인증 추가 Apr 11, 2018
@kujyp kujyp closed this as completed Apr 11, 2018
kujyp added a commit that referenced this issue Apr 11, 2018
kujyp added a commit that referenced this issue Apr 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant