Skip to content

Commit 7918a34

Browse files
authored
Release 3.0.1 (#194)
1 parent 2e27a4f commit 7918a34

39 files changed

+59
-53
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [3.0.1](https://github.com/auth0/JWTDecode.swift/tree/3.0.1) (2023-01-24)
4+
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/3.0.0...3.0.1)
5+
6+
**Fixed**
7+
- Fix conversion of boolean claim values [\#193](https://github.com/auth0/JWTDecode.swift/pull/193) ([Widcket](https://github.com/Widcket))
8+
39
## [3.0.0](https://github.com/auth0/JWTDecode.swift/tree/3.0.0) (2022-07-20)
410
[Full Changelog](https://github.com/auth0/JWTDecode.swift/compare/2.6.3...3.0.0)
511

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.7)
6+
activesupport (6.1.7.1)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -17,16 +17,16 @@ GEM
1717
artifactory (3.0.15)
1818
atomos (0.1.3)
1919
aws-eventstream (1.2.0)
20-
aws-partitions (1.674.0)
21-
aws-sdk-core (3.168.4)
20+
aws-partitions (1.698.0)
21+
aws-sdk-core (3.169.0)
2222
aws-eventstream (~> 1, >= 1.0.2)
2323
aws-partitions (~> 1, >= 1.651.0)
2424
aws-sigv4 (~> 1.5)
2525
jmespath (~> 1, >= 1.6.1)
26-
aws-sdk-kms (1.61.0)
26+
aws-sdk-kms (1.62.0)
2727
aws-sdk-core (~> 3, >= 3.165.0)
2828
aws-sigv4 (~> 1.1)
29-
aws-sdk-s3 (1.117.2)
29+
aws-sdk-s3 (1.118.0)
3030
aws-sdk-core (~> 3, >= 3.165.0)
3131
aws-sdk-kms (~> 1)
3232
aws-sigv4 (~> 1.4)
@@ -76,7 +76,7 @@ GEM
7676
colored2 (3.1.2)
7777
commander (4.6.0)
7878
highline (~> 2.0.0)
79-
concurrent-ruby (1.1.10)
79+
concurrent-ruby (1.2.0)
8080
declarative (0.0.20)
8181
digest-crc (0.6.4)
8282
rake (>= 12.0.0, < 14.0.0)
@@ -87,8 +87,8 @@ GEM
8787
escape (0.0.4)
8888
ethon (0.16.0)
8989
ffi (>= 1.15.0)
90-
excon (0.94.0)
91-
faraday (1.10.2)
90+
excon (0.97.2)
91+
faraday (1.10.3)
9292
faraday-em_http (~> 1.0)
9393
faraday-em_synchrony (~> 1.0)
9494
faraday-excon (~> 1.1)
@@ -162,9 +162,9 @@ GEM
162162
fourflusher (2.3.1)
163163
fuzzy_match (2.0.4)
164164
gh_inspector (1.1.3)
165-
google-apis-androidpublisher_v3 (0.31.0)
165+
google-apis-androidpublisher_v3 (0.32.0)
166166
google-apis-core (>= 0.9.1, < 2.a)
167-
google-apis-core (0.9.1)
167+
google-apis-core (0.9.5)
168168
addressable (~> 2.5, >= 2.5.1)
169169
googleauth (>= 0.16.2, < 2.a)
170170
httpclient (>= 2.8.1, < 3.a)
@@ -208,27 +208,27 @@ GEM
208208
concurrent-ruby (~> 1.0)
209209
jmespath (1.6.2)
210210
json (2.6.3)
211-
jwt (2.5.0)
211+
jwt (2.6.0)
212212
memoist (0.16.2)
213213
mini_magick (4.12.0)
214214
mini_mime (1.1.2)
215-
mini_portile2 (2.8.0)
216-
minitest (5.16.3)
215+
mini_portile2 (2.8.1)
216+
minitest (5.17.0)
217217
molinillo (0.8.0)
218218
multi_json (1.15.0)
219219
multipart-post (2.0.0)
220220
nanaimo (0.3.0)
221221
nap (1.1.0)
222222
naturally (2.2.1)
223223
netrc (0.11.0)
224-
nokogiri (1.13.10)
224+
nokogiri (1.14.0)
225225
mini_portile2 (~> 2.8.0)
226226
racc (~> 1.4)
227227
optparse (0.1.1)
228228
os (1.1.4)
229229
plist (3.6.0)
230230
public_suffix (4.0.7)
231-
racc (1.6.1)
231+
racc (1.6.2)
232232
rake (13.0.6)
233233
representable (3.2.0)
234234
declarative (< 0.1.0)
@@ -250,7 +250,7 @@ GEM
250250
simctl (1.6.8)
251251
CFPropertyList
252252
naturally
253-
slather (2.7.3)
253+
slather (2.7.4)
254254
CFPropertyList (>= 2.2, < 4)
255255
activesupport
256256
clamp (~> 1.3)

JWTDecode.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'JWTDecode'
3-
s.version = '3.0.0'
3+
s.version = '3.0.1'
44
s.summary = 'A JWT decoder for iOS, macOS, tvOS, and watchOS'
55
s.description = <<-DESC
66
Easily decode a JWT and access the claims it contains.

JWTDecode/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.0</string>
18+
<string>3.0.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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"}}}
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/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"}}}

0 commit comments

Comments
 (0)