Skip to content

Commit

Permalink
Update async_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored Jun 11, 2024
1 parent 33d66c8 commit a13bac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/casdoor/async_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def parse_jwt_token(self, token: str, **kwargs) -> Dict:
certificate.public_key(),
algorithms=self.algorithms,
audience=self.client_id,
**kwargs
**kwargs,
)
return return_json

Expand Down

0 comments on commit a13bac1

Please sign in to comment.