Cameyo provides Windows applications with information regarding the user which can be useful for identification purposes such as licensing, identity and login enforcement.
Simple method: local data
To authenticate the current user, your application can read the user's identity from the plain text file %USERPROFILE%\User.id. Its contents looks like this:
user@company.com
Advanced method: online authentication
The token validation API provides a secure mechanism for validating and obtaining session information:
https://api.cameyo.com/
Example below:
https://online.cameyo.com/
https://online.cameyo.com/
See the API documentation for more details about Cameyo APIs.