1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 02:09:26 +02:00
librespot/docs/authentication.md
2015-12-28 01:29:16 +01:00

11 lines
582 B
Markdown

# Authentication
Once the connection is setup, the client can authenticate with the AP. For this, it sends an
`ClientResponseEncrypted` message, using packet type `0xab`.
A few different authentication methods are available, athough only one has really been tried, the
traditional user / password based authentication.
The AP will then reply with either a `APWelcome` message using packet type `0xac` if authentication
is successful, or an `APLoginFailed` with packet type `0xad` otherwise.
TODO: investigate other authentication methods (Zeroconf, facebook, stored credentials)