Confirmed users
1,021
edits
(Created page with "=Access Information= == How is the application accessed? == Application is accessed in two ways. The client accesses via a WebSock connection. Third party servers access via a...") |
|||
Line 37: | Line 37: | ||
=Accounts and Passwords= | =Accounts and Passwords= | ||
While there are technically "accounts" no password is maintained for these. UAIDs are generated by the client and used solely to identify itself to the server. | While there are technically "accounts" no password is maintained for these. UAIDs are generated by the client and used solely to identify itself to the server. | ||
Update Information associated with a given client is stored as a pair of UUID4 values. A User Agent ID (UAID) and a ChannelID. There is an option for REST endpoint hashing which uses a simple,reversible AES hash to prevent third party sites from potentially gaining unwarranted information about the connecting clients. | Update Information associated with a given client is stored as a pair of UUID4 values. A User Agent ID (UAID) and a ChannelID. There is an option for REST endpoint hashing which uses a simple,reversible AES hash to prevent third party sites from potentially gaining unwarranted information about the connecting clients. | ||
=Session Management= | |||
No Session cookies are used. | No Session cookies are used. | ||
=Third-Party Resources= | |||
Only third party resources are source libraries included in the binary application. | Only third party resources are source libraries included in the binary application. | ||
This code has been reviewed both by the golang community at large and by the local engineer. | This code has been reviewed both by the golang community at large and by the local engineer. | ||
=Data Handling= | |||
== What kind of data is transferred between the user and the application? == | == What kind of data is transferred between the user and the application? == | ||
Client sends identifying UAID, and known channels (channels are ignored) | Client sends identifying UAID, and known channels (channels are ignored) |