Skip to content

Commit

Permalink
[1.5.x] Documented the limitation on sep argument to Signer
Browse files Browse the repository at this point in the history
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>

Backport of e9a356a from master
  • Loading branch information
acatton authored and timgraham committed Oct 30, 2013
1 parent f832f0d commit e21d935
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/topics/signing.txt
Expand Up @@ -76,8 +76,10 @@ generate signatures. You can use a different secret by passing it to the

.. class:: Signer(key=None, sep=':', salt=None)

Returns a signer which uses ``key`` to generate signatures and ``sep``
to separate values.
Returns a signer which uses ``key`` to generate signatures and ``sep`` to
separate values. ``sep`` cannot be in the `URL safe base64 alphabet
<http://tools.ietf.org/html/rfc4648#section-5>`_. This alphabet contains
alphanumeric characters, hyphens, and underscores.

Using the salt argument
-----------------------
Expand Down

0 comments on commit e21d935

Please sign in to comment.