【发布时间】:2014-04-03 13:19:40
【问题描述】:
我正在使用:
http://www.django-rest-framework.org/api-guide/authentication#tokenauthentication
在我的设计中,这个问题至关重要:
django TokenAuthentication is key always unique inside the authtoken_token table
我已经查看了 mysql 中的数据库表。看来应该是独一无二的。如果我错了,请纠正我。
【问题讨论】:
标签: django token django-rest-framework