1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

support logging in from desktop client directly

This commit is contained in:
Shuai Lin
2015-04-27 14:54:12 +08:00
parent 247c6d5e31
commit c63f68dfc5
10 changed files with 139 additions and 30 deletions

View File

@@ -34,3 +34,5 @@ DOWNLOAD_REPO_URL = apiurl('api2/repos/%s/download-info/')
LOGOUT_DEVICE_URL = apiurl('api2/logout-device/')
SERVER_INFO_URL = apiurl('/api2/server-info/')
CLIENT_LOGIN_TOKEN_URL = apiurl('/api2/client-login/')