Skip to content

Commit

Permalink
Update messages.py (#5759)
Browse files Browse the repository at this point in the history
Add wildcard field to AuthorizationResource
  • Loading branch information
plinss authored and bmw committed Apr 5, 2018
1 parent b6afba0 commit db938dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acme/acme/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ class Authorization(ResourceBody):
# be absent'... then acme-spec gives example with 'expires'
# present... That's confusing!
expires = fields.RFC3339Field('expires', omitempty=True)
wildcard = jose.Field('wildcard', omitempty=True)

@challenges.decoder
def challenges(value): # pylint: disable=missing-docstring,no-self-argument
Expand Down

0 comments on commit db938dc

Please sign in to comment.