Skip to content

Commit aabb5e4

Browse files
committed
docs: add versionadded directive for derive key methods
1 parent 709bdb1 commit aabb5e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/guide/jwk.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@ You can import an ``ECKey`` from string, bytes and a JWK (in dict).
177177
Derive an "EC" Key
178178
~~~~~~~~~~~~~~~~~~
179179

180+
.. versionadded:: 1.6.0
181+
180182
``joserfc`` provides deterministic key derivation helpers for EC key.
181183
This method allows applications to derive a *stable* JWK from an application
182184
secret (for example, ``SECRET_KEY`` in a web framework), while still producing
@@ -252,6 +254,8 @@ You can import an ``OKPKey`` from string, bytes and a JWK (in dict).
252254
Derive an "OKP" Key
253255
~~~~~~~~~~~~~~~~~~~
254256

257+
.. versionadded:: 1.6.0
258+
255259
Just like above ``ECKey``, ``joserfc`` provides a ``OKPKey.derive_key`` method
256260
to derive a *stable* JWK.
257261

0 commit comments

Comments
 (0)