Skip to content
This repository was archived by the owner on Jun 12, 2021. It is now read-only.

Commit 021156c

Browse files
committed
The jti parameter in a JWS should be used to catch reuse.
Need a database to hold all the jtis I've seen. Audience in a private_key_jwt JWS is endpoint dependent. It should not be possible to use a private_key_jwt constructed to be used at one endpoint to be used at another. Bumped version
1 parent 573fef3 commit 021156c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcendpoint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
except ImportError:
77
import random as rnd
88

9-
__version__ = "0.12.0"
9+
__version__ = "0.12.1"
1010

1111

1212
DEF_SIGN_ALG = {

0 commit comments

Comments
 (0)