Commit 47a1074
* Remove license header (#140)
* Add migration guide (#141)
* Drop support for old Swift versions [SDK-3394] (#142)
* Drop support for old Swift versions
* Remove Xcode 12 from the build matrix
* Update year in license file (#144)
* Drop old platform versions (#143)
* Update README [SDK-3396] (#147)
* Update README
* Add First Availability label
* Remove ID token validator [SDK-3395] (#145)
* Remove ID token validator
* Add changes to migration guide
* Drop support for Objective-C [SDK-3405] (#149)
* Add `.swiftpm` to `.gitignore` (#151)
* Add CONTRIBUTING.md (#150)
* Add missing unit test (#146)
* Add missing test
* Add empty JSON body test case
* Add support policy [SDK-3403] (#148)
Add support policy
* Update API doc comments (#152)
* Move test files back to `JWTDecodeTests` (#154)
* Update the library description (#153)
Update library description
* Add subscript getter for claims [SDK-3421] (#156)
* Update playground (#157)
* Improve display of `DecodeError` [SDK-3427] (#158)
* Improve errors
* Remove extra whitespace
* Apply recommended Xcode 14 settings (#159)
* Improve API docs (#160)
* [SDK-3434] Update issues templates (#161)
* [SDK-3434] Update issue templates
* Remove "FAQ.md" reference, as there is no file
* Update .github/ISSUE_TEMPLATE/Bug Report.yml
* Update .github/ISSUE_TEMPLATE/Bug Report.yml
* Update .github/ISSUE_TEMPLATE/Feature Request.yml
* Update .github/ISSUE_TEMPLATE/Feature Request.yml
* Update .github/ISSUE_TEMPLATE/config.yml
* Update .github/ISSUE_TEMPLATE/config.yml
* Update checklist grouping
* Update pull request template
Co-authored-by: Rita Zerrizuela <[email protected]>
* Rename `DecodeError` and error case (#162)
* Use SUT terminology in unit tests (#163)
* Add DocC API generation
* Ignore docs.archive subfolder for temp data
* Add to shiprc
* Implement feedback
* Add generated API documentation to repo
* Update generated API documentation for repo
* Improve API docs generation (#167)
* Re-generate API docs (#169)
* Link to the API docs from the README (#168)
* Release 3.0.0-fa.0 (#170)
* Use Codecov orb (#173)
* Replace OSX with macOS in schemes and targets (#175)
* Add placeholders to issue forms (#176)
* Update README for GA [SDK-3499] (#177)
Update README for GA
* Merge `master` into `fa` (#178)
Co-authored-by: Evan Sims <[email protected]>
Co-authored-by: Evan Sims <[email protected]>
1 parent 558d439 commit 47a1074
File tree
168 files changed
+1807
-1159
lines changed- .circleci
- .github
- ISSUE_TEMPLATE
- .swiftpm/xcode/package.xcworkspace
- JWTDecode.playground
- JWTDecode.xcodeproj
- JWTDecodeTests
- JWTDecode
- Tests
- JWTDecode.swiftTests
- docs
- css
- data/documentation
- jwtdecode
- claim
- jwtdecodeerror
- jwt
- documentation/jwtdecode
- claim
- array
- boolean
- date
- double
- integer
- rawvalue
- string
- decode(jwt:)
- jwtdecodeerror
- debugdescription
- error-implementations
- errordescription-62u2q
- errordescription-bzpp
- failurereason
- helpanchor
- invalidbase64url(_:)
- invalidjson(_:)
- invalidpartcount(_:_:)
- localizeddescription-826cy
- localizeddescription-htrd
- localizederror-implementations
- recoverysuggestion
- jwt
- audience
- body
- claim(name:)
- expired
- expiresat
- header
- identifier
- issuedat
- issuer
- notbefore
- signature
- string
- subject
- subscript(_:)
- img
- index
- js
- fastlane
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
168 files changed
+1807
-1159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
65 | | - | |
66 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
| |||
79 | 84 | | |
80 | 85 | | |
81 | 86 | | |
82 | | - | |
| 87 | + | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
| |||
129 | 134 | | |
130 | 135 | | |
131 | 136 | | |
132 | | - | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | | - | |
136 | | - | |
| 140 | + | |
| 141 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
13 | 15 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | | - | |
| 23 | + | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | | - | |
26 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | | - | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
Lines changed: 0 additions & 7 deletions
This file was deleted.
0 commit comments