You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added jwt encoder and jwt decoder signature verification
* reworked jwt decoder / encoder
* updated following comments
* fixed small bug on ui
* Fixed a bug in CustomTextBox
* update token date to use UTC
* updated for some small ui fixes
Co-authored-by: Etienne BAUDOUX <ebaudoux@velersoftware.com>
Copy file name to clipboardexpand all lines: THIRD-PARTY-NOTICES.md
+76-46
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,27 @@
1
-
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
1
+
# THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
2
2
3
3
This project incorporates components from the projects listed below. The original copyright notices and the licenses under which Etienne Baudoux received such components are set forth below. Etienne Baudoux reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
9.[Azure Active Directory IdentityModel Extensions for .NET](#azure-active-directory-identitymodel-extensions-for-net) (<https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet>)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
79
81
80
82
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
81
83
82
84
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
83
85
84
-
YamlDotNet NOTICES AND INFORMATION BEGIN HERE
86
+
YamlDotNet
85
87
=========================================
88
+
86
89
Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014 Antoine Aubry and contributors
87
90
88
91
Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -103,8 +106,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
106
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104
107
SOFTWARE.
105
108
106
-
Fluent UI System Icons NOTICES AND INFORMATION BEGIN HERE
109
+
Fluent UI System Icons
107
110
=========================================
111
+
108
112
MIT License
109
113
110
114
Copyright (c) 2020 Microsoft Corporation
@@ -127,8 +131,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
127
131
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
128
132
SOFTWARE.
129
133
130
-
Monaco Editor NOTICES AND INFORMATION BEGIN HERE
134
+
Monaco Editor
131
135
=========================================
136
+
132
137
The MIT License (MIT)
133
138
134
139
Copyright (c) 2016 - present Microsoft Corporation
@@ -139,8 +144,9 @@ The above copyright notice and this permission notice shall be included in all c
139
144
140
145
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
141
146
142
-
Monaco Editor UWP NOTICES AND INFORMATION BEGIN HERE
147
+
Monaco Editor UWP
143
148
=========================================
149
+
144
150
Copyright 2017 Michael A. Hawker
145
151
146
152
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@@ -149,8 +155,9 @@ The above copyright notice and this permission notice shall be included in all c
149
155
150
156
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
151
157
152
-
Observable Vector NOTICES AND INFORMATION BEGIN HERE
158
+
Observable Vector
153
159
=========================================
160
+
154
161
The MIT License (MIT)
155
162
156
163
Copyright (c) 2016 James Ko
@@ -173,8 +180,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
173
180
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
174
181
SOFTWARE.
175
182
176
-
Azure Active Directory IdentityModel Extensions for .NET NOTICES AND INFORMATION BEGIN HERE
183
+
Azure Active Directory IdentityModel Extensions for .NET
177
184
=========================================
185
+
178
186
The MIT License (MIT)
179
187
180
188
Copyright (c) Microsoft Corporation
@@ -197,46 +205,49 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
197
205
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
198
206
SOFTWARE.
199
207
200
-
Markdig NOTICES AND INFORMATION BEGIN HERE
208
+
Markdig
201
209
=========================================
210
+
202
211
Copyright (c) 2018-2019, Alexandre Mutel
203
212
All rights reserved.
204
213
205
214
Redistribution and use in source and binary forms, with or without modification
206
215
, are permitted provided that the following conditions are met:
207
216
208
-
1. Redistributions of source code must retain the above copyright notice, this
217
+
1. Redistributions of source code must retain the above copyright notice, this
209
218
list of conditions and the following disclaimer.
210
219
211
-
2. Redistributions in binary form must reproduce the above copyright notice,
212
-
this list of conditions and the following disclaimer in the documentation
220
+
2. Redistributions in binary form must reproduce the above copyright notice,
221
+
this list of conditions and the following disclaimer in the documentation
213
222
and/or other materials provided with the distribution.
214
223
215
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
216
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
217
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
224
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
225
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
226
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
218
227
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
219
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
220
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
221
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
228
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
229
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
230
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
222
231
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
223
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
232
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
224
233
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
225
234
226
-
github-markdown-css NOTICES AND INFORMATION BEGIN HERE
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
233
243
234
244
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
235
245
236
246
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
237
247
238
-
Efficient Compression Tool NOTICES AND INFORMATION BEGIN HERE
248
+
Efficient Compression Tool
239
249
=========================================
250
+
240
251
Apache License
241
252
Version 2.0, January 2004
242
253
http://www.apache.org/licenses/
@@ -439,8 +450,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
439
450
See the License for the specific language governing permissions and
440
451
limitations under the License.
441
452
442
-
NLipsum NOTICES AND INFORMATION BEGIN HERE
453
+
NLipsum
443
454
=========================================
455
+
444
456
The MIT License (MIT)
445
457
446
458
Copyright (c) 2015 Alex Pendleton
@@ -462,8 +474,9 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
462
474
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
463
475
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
464
476
465
-
SQL Formatter NOTICES AND INFORMATION BEGIN HERE
477
+
SQL Formatter
466
478
=========================================
479
+
467
480
The MIT License (MIT)
468
481
469
482
Copyright (c) 2016-2020 ZeroTurnaround LLC
@@ -487,8 +500,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
487
500
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
488
501
SOFTWARE.
489
502
490
-
Cronos NOTICES AND INFORMATION BEGIN HERE
503
+
Cronos
491
504
=========================================
505
+
492
506
The MIT License (MIT)
493
507
494
508
Copyright (c) 2017 Hangfire OÜ
@@ -509,4 +523,20 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
509
523
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
510
524
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
511
525
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
512
-
SOFTWARE.
526
+
SOFTWARE.
527
+
528
+
Bouncy Castle
529
+
=========================================
530
+
531
+
Please note this should be read in the same way as the [MIT license](<<http://opensource.org/licenses/MIT>).
532
+
533
+
Please also note this licensing model is made possible through funding from [donations](<<https://www.bouncycastle.org/donate>) and the sale of [support contracts](<<https://www.cryptoworkshop.com/support_faq.html>).
534
+
535
+
LICENSE
536
+
Copyright (c) 2000 - 2021 The Legion of the Bouncy Castle Inc. (<<https://www.bouncycastle.org>)
537
+
538
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
539
+
540
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
541
+
542
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments