Created on 06 February 2017
icon_unfollowing
Login to follow
jwt

JWT

icon_trusted
Stable version 4.0.6 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 06 February 2023 by 
jwt

JWT

Created on OutSystems 11

Version 4.0.7

Under Development
See documentation
Application Package
Uploaded on 16 Jan by 
Compatible with:
Version 11
Database:
All
Release notes:

Updated dependencies due to known vulnerabilities

  • Newtonsoft.json 13.0.3
  • Microsoft.IdentityModel.Logging 7.2.0
  • Microsoft.IdentityModel.Tokens 7.2.0
  • System.IdentityModel.Tokens.Jwt 7.2.0


Marked as not stable because there has been reported some errors regarding libraries and dependencies, beware of that!!!

Application Objects:
JWT has 3 AOs.

Version 4.0.6

Stable
Current
icon_trusted
See documentation
Application Package
Uploaded on 06 February 2023 by 
Compatible with:
Version 11
Database:
All
Release notes:


Since 4.0.4:

  • Update libraries
    • BouncyCastle 1.8.9
    • Newtonsoft.json 13.0.2
    • Microsoft.IdentityModel.Logging 5.2.4
    • Microsoft.IdentityModel.Tokens 5.2.4
    • System.IdentityModel.Tokens.Jwt 5.2.4


Since 4.0.5:

  • Unnecessary libraries cleanup, MSTest libraries were added to the JWT_Core project
Application Objects:
JWT has 3 AOs.
Created on OutSystems 10

Version 2.2.2

Discontinued
Application Package
Uploaded on 03 August 2018 by 
Compatible with:
Version 11
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
Application Package
Uploaded on 24 July 2018 by 
Compatible with:
Version 11
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