Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 304 Bytes

uucin-oauth2-sdk

settings.py配置说明:

# 悠悠帐号授权系统域名
UUCIN_OAUTH2_DOMAIN = "https://passport.uucin.com"
# token缓存
UUCIN_OAUTH2_TOKEN_CACHE = ("uucin_oauth2_token", 60 * 5)
# client缓存
UUCIN_OAUTH2_CLIENT_CACHE = ("uucin_oauth2_client", 60 * 5)