Skip to content

Commit

Permalink
Release 3.0.1 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Jan 24, 2023
1 parent 2e27a4f commit 7918a34
Show file tree
Hide file tree
Showing 39 changed files with 59 additions and 53 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [3.0.1](https://github.com/auth0/JWTDecode.swift/tree/3.0.1) (2023-01-24)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/3.0.0...3.0.1)

**Fixed**
- Fix conversion of boolean claim values [\#193](https://github.com/auth0/JWTDecode.swift/pull/193) ([Widcket](https://github.com/Widcket))

## [3.0.0](https://github.com/auth0/JWTDecode.swift/tree/3.0.0) (2022-07-20)
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.6.3...3.0.0)

Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
CFPropertyList (3.0.5)
rexml
activesupport (6.1.7)
activesupport (6.1.7.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -17,16 +17,16 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.674.0)
aws-sdk-core (3.168.4)
aws-partitions (1.698.0)
aws-sdk-core (3.169.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.61.0)
aws-sdk-kms (1.62.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.117.2)
aws-sdk-s3 (1.118.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
colored2 (3.1.2)
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
declarative (0.0.20)
digest-crc (0.6.4)
rake (>= 12.0.0, < 14.0.0)
Expand All @@ -87,8 +87,8 @@ GEM
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
excon (0.94.0)
faraday (1.10.2)
excon (0.97.2)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -162,9 +162,9 @@ GEM
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.31.0)
google-apis-androidpublisher_v3 (0.32.0)
google-apis-core (>= 0.9.1, < 2.a)
google-apis-core (0.9.1)
google-apis-core (0.9.5)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
Expand Down Expand Up @@ -208,27 +208,27 @@ GEM
concurrent-ruby (~> 1.0)
jmespath (1.6.2)
json (2.6.3)
jwt (2.5.0)
jwt (2.6.0)
memoist (0.16.2)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
mini_portile2 (2.8.1)
minitest (5.17.0)
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.0.0)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
netrc (0.11.0)
nokogiri (1.13.10)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
optparse (0.1.1)
os (1.1.4)
plist (3.6.0)
public_suffix (4.0.7)
racc (1.6.1)
racc (1.6.2)
rake (13.0.6)
representable (3.2.0)
declarative (< 0.1.0)
Expand All @@ -250,7 +250,7 @@ GEM
simctl (1.6.8)
CFPropertyList
naturally
slather (2.7.3)
slather (2.7.4)
CFPropertyList (>= 2.2, < 4)
activesupport
clamp (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion JWTDecode.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JWTDecode'
s.version = '3.0.0'
s.version = '3.0.1'
s.summary = 'A JWT decoder for iOS, macOS, tvOS, and watchOS'
s.description = <<-DESC
Easily decode a JWT and access the claims it contains.
Expand Down
2 changes: 1 addition & 1 deletion JWTDecode/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.0</string>
<string>3.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/jwtdecode.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"variants":[{"paths":["\/documentation\/jwtdecode"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","interfaceLanguage":"swift"},"topicSections":[{"title":"Protocols","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]},{"title":"Structures","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]},{"title":"Functions","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)"]},{"title":"Enumerations","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"JWTDecode","title":"JWTDecode","symbolKind":"module","role":"collection","modules":[{"name":"JWTDecode"}]},"hierarchy":{"paths":[[]]},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/decode(jwt:)":{"role":"symbol","title":"decode(jwt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"jwt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"JWT","preciseIdentifier":"s:9JWTDecode3JWTP"}],"abstract":[{"type":"text","text":"Decodes a JWT into an object that holds the decoded body, along with the header and signature."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)","kind":"symbol","type":"topic","url":"\/documentation\/jwtdecode\/decode(jwt:)"},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"role":"collection","title":"JWTDecode","abstract":[],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"symbol","type":"topic","url":"\/documentation\/jwtdecode"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT":{"role":"symbol","title":"JWT","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"JWT"}],"abstract":[{"type":"text","text":"A decoded JWT."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JWT"}],"url":"\/documentation\/jwtdecode\/jwt"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError":{"role":"symbol","title":"JWTDecodeError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JWTDecodeError"}],"abstract":[{"type":"text","text":"A decoding error due to a malformed JWT."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JWTDecodeError"}],"url":"\/documentation\/jwtdecode\/jwtdecodeerror"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim":{"role":"symbol","title":"Claim","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Claim"}],"abstract":[{"type":"text","text":"A JWT claim."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Claim"}],"url":"\/documentation\/jwtdecode\/claim"}}}
{"variants":[{"paths":["\/documentation\/jwtdecode"],"traits":[{"interfaceLanguage":"swift"}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"identifier":{"url":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","interfaceLanguage":"swift"},"topicSections":[{"title":"Protocols","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT"]},{"title":"Structures","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim"]},{"title":"Functions","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)"]},{"title":"Enumerations","identifiers":["doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError"]}],"kind":"symbol","metadata":{"roleHeading":"Framework","externalID":"JWTDecode","title":"JWTDecode","symbolKind":"module","role":"collection","modules":[{"name":"JWTDecode"}]},"hierarchy":{"paths":[[]]},"references":{"doc://com.auth0.JWTDecode/documentation/JWTDecode/Claim":{"role":"symbol","title":"Claim","fragments":[{"kind":"keyword","text":"struct"},{"kind":"text","text":" "},{"kind":"identifier","text":"Claim"}],"abstract":[{"type":"text","text":"A JWT claim."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/Claim","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"Claim"}],"url":"\/documentation\/jwtdecode\/claim"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWT":{"role":"symbol","title":"JWT","fragments":[{"kind":"keyword","text":"protocol"},{"kind":"text","text":" "},{"kind":"identifier","text":"JWT"}],"abstract":[{"type":"text","text":"A decoded JWT."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWT","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JWT"}],"url":"\/documentation\/jwtdecode\/jwt"},"doc://com.auth0.JWTDecode/documentation/JWTDecode":{"role":"collection","title":"JWTDecode","abstract":[],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode","kind":"symbol","type":"topic","url":"\/documentation\/jwtdecode"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/decode(jwt:)":{"role":"symbol","title":"decode(jwt:)","fragments":[{"kind":"keyword","text":"func"},{"kind":"text","text":" "},{"kind":"identifier","text":"decode"},{"kind":"text","text":"("},{"kind":"externalParam","text":"jwt"},{"kind":"text","text":": "},{"kind":"typeIdentifier","text":"String","preciseIdentifier":"s:SS"},{"kind":"text","text":") "},{"kind":"keyword","text":"throws"},{"kind":"text","text":" -> "},{"kind":"typeIdentifier","text":"JWT","preciseIdentifier":"s:9JWTDecode3JWTP"}],"abstract":[{"type":"text","text":"Decodes a JWT into an object that holds the decoded body, along with the header and signature."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/decode(jwt:)","kind":"symbol","type":"topic","url":"\/documentation\/jwtdecode\/decode(jwt:)"},"doc://com.auth0.JWTDecode/documentation/JWTDecode/JWTDecodeError":{"role":"symbol","title":"JWTDecodeError","fragments":[{"kind":"keyword","text":"enum"},{"kind":"text","text":" "},{"kind":"identifier","text":"JWTDecodeError"}],"abstract":[{"type":"text","text":"A decoding error due to a malformed JWT."}],"identifier":"doc:\/\/com.auth0.JWTDecode\/documentation\/JWTDecode\/JWTDecodeError","kind":"symbol","type":"topic","navigatorTitle":[{"kind":"identifier","text":"JWTDecodeError"}],"url":"\/documentation\/jwtdecode\/jwtdecodeerror"}}}
Loading

0 comments on commit 7918a34

Please sign in to comment.