- Blind mode tutorial
lichess.org
Donate

Connecting With Lichess API

I am using NodeJS axios module to request the Lichess API but where can I get the auth tokens?

I am using NodeJS axios module to request the Lichess API but where can I get the auth tokens?

Hi!
You can create Personal Access Tokens at the following URL: https://lichess.org/account/oauth/token/create?

You could also consider using OAuth2 PKCE to redirect users to Lichess where they can grant access to the scopes your application needs - https://lichess.org/api#tag/OAuth

Chess on!

Hi! You can create Personal Access Tokens at the following URL: https://lichess.org/account/oauth/token/create? You could also consider using OAuth2 PKCE to redirect users to Lichess where they can grant access to the scopes your application needs - https://lichess.org/api#tag/OAuth Chess on!

@tors42 said in #2:

You can create Personal Access Tokens at the following URL: lichess.org/account/oauth/token/create?

Just what I needed! Thanks a lot!

@tors42 said in #2: > You can create Personal Access Tokens at the following URL: lichess.org/account/oauth/token/create? Just what I needed! Thanks a lot!

This topic has been archived and can no longer be replied to.