mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2017-03-27 Fred Gleason <fredg@paravelsystems.com>
* Added a 'WEBAPI_AUTHS' table to the database. * Added a 'USERS.WEBAPI_AUTH_TIMEOUT' field to the database. * Incremented the database version to 260. * Added 'RDUser::webapiAuthTimeout()' and 'RDUser::setWebapiAuthTimeout()' methods in 'lib/rduser.cpp' and 'lib/rduser.h'. * Added a 'WebAPI Timeout' control to the Edit User dialog in 'rdadmin/edit_user.cpp' and 'rdadmin/edit_user.h'. * Implemented a 'CreateTicket' Web API call.
This commit is contained in:
12
docs/tables/webapi_auths.txt
Normal file
12
docs/tables/webapi_auths.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
WEBAPI_AUTH Table Layout for Rivendell
|
||||
|
||||
The WEB_CONNECTIONS table holds data concerning each authenticated Web API
|
||||
user.
|
||||
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
--------------------------------------------------------------------------
|
||||
TICKET char(41) Primary key
|
||||
LOGIN_NAME char(255) From USERS.LOGIN_NAME
|
||||
IP_ADDRESS char(16)
|
||||
EXPIRATION_DATETIME datetime
|
Reference in New Issue
Block a user