Skip to content

Commit 972d597

Browse files
committed
Reference http module in the auth upgrade guide
So that people have at least a hint of where to start looking to integrate their storage authorization.
1 parent 58a4874 commit 972d597

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/upgrading.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,10 @@ as in the 1.2 example.
140140
Auth plugin
141141
~~~~~~~~~~~
142142

143-
The auth plugin, which in 1.2 retrieves an authentication token from an API
144-
endpoint and sets up the Store plugin, is not yet available in 2.0.
143+
The auth plugin, which in 1.2 retrieved an authentication token from an API
144+
endpoint and set up the Store plugin, is not available for 2.0. See the
145+
documentation for the :func:`annotator.storage.http` module for configuring
146+
the request headers directly according to your needs.
145147

146148

147149

0 commit comments

Comments
 (0)