Skip to content

Commit

Permalink
chore: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Laiso committed Nov 22, 2023
1 parent bfabbe0 commit a03d0dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyeudiw/jwk/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
class JwkSchema(BaseModel):
kid: str # Base64url-encoded thumbprint string
kty: Literal["EC", "RSA"]
# TODO: verify if is optional
alg: Optional[
Literal[
"RS256",
Expand Down

0 comments on commit a03d0dd

Please sign in to comment.