Is there a way to authenticate, I want to write an app that can only retrieve data of the games of the user if authenticated.
The API is only what's available to anonymous members (public) anyway.
There is a post in the https://www.chess.com/club/chess-com-developer-community forums about OAuth. I don't know how accurate the information is still. You basically have to apply for access to it.
Is there a way to authenticate, I want to write an app that can only retrieve data of the games of the user if authenticated.