This file is indexed.

/usr/share/doc/python3-social-auth/backends/openstreetmap.txt is in python3-social-auth 0.2.13-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
OpenStreetMap
*************

OpenStreetMap supports OAuth 1.0 and 1.0a but 1.0a should be used for
the new applications, as 1.0 is for support of legacy clients only.

Access tokens currently do not expire automatically.

More documentation at OpenStreetMap Wiki:

* Login to your account

* Register your application as OAuth consumer on your OpenStreetMap
  user settings page, and

* Set "App Key" and "App Secret" values in the settings:

     SOCIAL_AUTH_OPENSTREETMAP_KEY = ''
     SOCIAL_AUTH_OPENSTREETMAP_SECRET = ''