jwt
Service icon

JWT

Stable version 4.1.5 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 14 Jan (2 weeks ago)
 by 
4.5
 (17 ratings)
jwt

JWT

Created on OutSystems 11

Version 4.1.5

Stable
Current
Uploaded on 14 Jan (2 weeks ago) by 
Compatible with:
Version 11
Database:
All
Release notes:

Libraries updated:


  • JWT_Core:

Updates:

BouncyCastle.Cryptography.2.4.0 -> BouncyCastle.Cryptography.2.5.0

Microsoft.Bcl.AsyncInterfaces.8.0.0 -> Microsoft.Bcl.AsyncInterfaces.9.0.0

Microsoft.IdentityModel.Abstractions.8.2.0 -> Microsoft.IdentityModel.Abstractions.8.3.0

Microsoft.IdentityModel.JsonWebTokens.8.2.0 -> Microsoft.IdentityModel.JsonWebTokens.8.3.0

Microsoft.IdentityModel.Logging.8.2.0 -> Microsoft.IdentityModel.Logging.8.3.0

Microsoft.IdentityModel.Tokens.8.2.0 -> Microsoft.IdentityModel.Tokens.8.3.0

System.Buffers.4.5.1 -> System.Buffers.4.6.0

System.IdentityModel.Tokens.Jwt.8.2.0 -> System.IdentityModel.Tokens.Jwt.8.3.0

System.Memory.4.5.5 -> System.Memory.4.6.0

System.Numerics.Vectors.4.5.0 -> System.Numerics.Vectors.4.6.0

System.Runtime.CompilerServices.Unsafe.6.0.0 -> System.Runtime.CompilerServices.Unsafe.6.1.0

System.Text.Encodings.Web.8.0.0 -> System.Text.Encodings.Web.9.0.0

System.Text.Json.8.0.5 -> System.Text.Json.9.0.0

System.Threading.Tasks.Extensions.4.5.4 -> System.Threading.Tasks.Extensions.4.6.0

Installed:

System.IO.Pipelines.9.0.0


  • JWT_Core_Test:

Updates:

Microsoft.Testing.Extensions.Telemetry.1.4.2 -> Microsoft.Testing.Extensions.Telemetry.1.5.1

Microsoft.Testing.Extensions.TrxReport.Abstractions.1.4.2 -> Microsoft.Testing.Extensions.TrxReport.Abstractions.1.5.1

Microsoft.Testing.Extensions.VSTestBridge.1.4.2 -> Microsoft.Testing.Extensions.VSTestBridge.1.5.1

Microsoft.Testing.Platform.1.4.2 -> Microsoft.Testing.Platform.1.5.1

Microsoft.Testing.Platform.MSBuild.1.4.2 -> Microsoft.Testing.Platform.MSBuild.1.5.1

Microsoft.TestPlatform.ObjectModel.17.11.1 -> Microsoft.TestPlatform.ObjectModel.17.12.0

MSTest.TestAdapter.3.6.2 -> MSTest.TestAdapter.3.7.1

MSTest.TestFramework.3.6.2 -> MSTest.TestFramework.3.7.1

System.IdentityModel.Tokens.Jwt.8.2.0 -> System.IdentityModel.Tokens.Jwt.8.3.0

System.Text.Json.8.0.5 -> System.Text.Json.9.0.0

Installed:

MSTest.Analyzers.3.7.1

System.IO.Pipelines.9.0.0


Application Objects:
JWT has 3 AOs.

Version 4.1.4

Stable
Uploaded on 09 November 2024 by 
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:

Security update.

  • Microsoft.IdentityModel.Abstractions.8.0.1 -> Microsoft.IdentityModel.Abstractions.8.2.0
  • Microsoft.IdentityModel.JsonWebTokens.8.0.1 -> Microsoft.IdentityModel.JsonWebTokens.8.2.0
  • Microsoft.IdentityModel.Logging.8.0.1 -> Microsoft.IdentityModel.Logging.8.2.0
  • Microsoft.IdentityModel.Tokens.8.0.1 -> Microsoft.IdentityModel.Tokens.8.2.0
  • System.IdentityModel.Tokens.Jwt.8.0.1 -> System.IdentityModel.Tokens.Jwt.8.2.0
  • System.Text.Json.8.0.4 -> System.Text.Json.8.0.5
  • Installed: Microsoft.Bcl.TimeProvider.8.0.1



Application Objects:
JWT has 3 AOs.
Created on OutSystems 10

Version 2.2.2

Discontinued
Uploaded on 03 August 2018 by 
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
.NET
Database:
All
Release notes:
  • The existing changes to use the machine keystore for encryption, instead of the user keystore, were accidentaly made unaccessible with the latest versions. A new site property (UseMachineKeystore) is now avaible to enable this. If you are able to create tokens using asymmetric keys then it doesn't affect you at all.

Version 2.2.1

Discontinued
Uploaded on 24 July 2018 by 
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
.NET
Database:
All
Release notes:
  • Bugfix - Create Token with asymmetric key was always returning True in Success, even when errors occurred.
  • Nicer error handling in Demo app