Lichess#
You do not need to create a new application on Lichess to use this provider. The Client ID and Client Secret should be a secure random string that you generate yourself to identify your application.
- Development callback URL
SOCIALACCOUNT_PROVIDERS = {
'lichess': {
'APP': {
'client_id': 'LICHESS_CLIENT_ID',
'secret': 'LICHESS_CLIENT_SECRET'
},
}
}