Skip to content

Commit

Permalink
Merge pull request #65 from timgates42/bugfix_typo_asymmetric
Browse files Browse the repository at this point in the history
docs: fix simple typo, assymetric -> asymmetric
  • Loading branch information
wichert authored Nov 25, 2024
2 parents 893fbfa + 89fa982 commit 043bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ You can either set this in your .ini-file, or pass/override them directly to the
| private_key | jwt.private_key | | Key used to hash or sign tokens. |
+--------------+-----------------+---------------+--------------------------------------------+
| public_key | jwt.public_key | | Key used to verify token signatures. Only |
| | | | used with assymetric algorithms. |
| | | | used with asymmetric algorithms. |
+--------------+-----------------+---------------+--------------------------------------------+
| algorithm | jwt.algorithm | HS512 | Hash or encryption algorithm |
+--------------+-----------------+---------------+--------------------------------------------+
Expand Down

0 comments on commit 043bc2b

Please sign in to comment.