Skip to content

Commit

Permalink
docs(telegram): Clear up bot token vs secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Dec 12, 2024
1 parent 1eac57c commit 9c9fa1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/socialaccount/providers/telegram.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ The default value of the ``auth_date_validity`` is 30 seconds.
'telegram': {
'APP': {
'client_id': '<bot_id>',
# NOTE: For the secret, be sure to provide the complete bot token,
# which typically includes the bot ID as a prefix.
'secret': '<bot token>',
},
'AUTH_PARAMS': {'auth_date_validity': 30},
Expand Down

0 comments on commit 9c9fa1c

Please sign in to comment.