Skip to content

Commit

Permalink
Add description of SOCIAL_AUTH_QIITA_IDENTIFIED_BY_PERMANENT_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
yktakaha4 authored and nijel committed Aug 26, 2022
1 parent de31b8c commit e59c144
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/backends/qiita.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Qiita

See auth scopes at `Qiita Scopes docs`_.

- Default behavior is to identify users by their `id`. However, this can be changed by renaming accounts, etc.

If you want to identify each user with a unique `permanent_id`, set the following::

SOCIAL_AUTH_QIITA_IDENTIFIED_BY_PERMANENT_ID = True

.. _Qiita: https://qiita.com/settings/applications
.. _Qiita Scopes docs: https://qiita.com/api/v2/docs#スコープ

0 comments on commit e59c144

Please sign in to comment.