Loading docs/topics/signing.txt +4 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,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 ----------------------- Loading Loading
docs/topics/signing.txt +4 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,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 ----------------------- Loading