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

Commit 59105e2

Browse files
committed
Updated README.md
1 parent 17f258e commit 59105e2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ Handles serialising into a couple of formats (jwt, json, urlencoded and dict) an
88

99
It also does verification of messages , that is :
1010

11-
+ does all the required parameters have a value
12-
+ are the parameter values of the right type
13-
+ if there is a list of permitted values is a parameter value in that list.
11+
+ verifies that all the required parameters are present and has a value
12+
+ verifies that the parameter values are of the right type
13+
+ verifies that if there is a list of permitted values, a parameter value is on
14+
that list.
15+
16+
and finally if the value is a signed and/or encrypted JWT this package
17+
will perform the necessary decryption and signature verification.
18+
1419

1520
Also implements a **KeyJar** which keeps keys belonging to
1621
different owners. One owner may have many keys.

0 commit comments

Comments
 (0)