Authentication Methods - kasonchan/play-chat-api GitHub Wiki
- Basic Authentication
The current version of API provides a single method for authentication.
Basic Authentication
The API supports Basic Authentication as defined in RFC2617.
Via Username and Password
To use Basic Authentication with the PlayChat API, simply send the username and password associated with the account.