Skip to content

v1.5.0

Compare
Choose a tag to compare
@XVincentX XVincentX released this 20 Dec 16:33
· 823 commits to master since this release

Express-Gateway v1.5.0 is here.

This release finally brings the JWT support in the gateway. It was the top feature voted on FeatHub and we're glad we made it live.

Added

  • The gateway is now able to verify JSON Web Tokens issued by any authority. It can be the Gateway itself, but it can also be another system such as oAuth.io, Auth0 or your own system. To find out how to use the policy, please refer to our updated documentation (#555)

  • In addition to opaque tokens, the oauth2 policy can now issue JSON Web Tokens during the oAuth2 flow. You just need to configure it to do so. You can find further informations on our documentation (#567)

Changed

  • Changed deprecated node-uuid62 with uuid62 (#568)

Fixed

  • Fixed wrong credentials check in password flow for oAuth2 Policy (#569)

Note: We have deployed a live gateway instance on Glitch configured with the new two policies. You can take that as a starting point.