Skip to content

Releases: danielmurrmann/Fancy.ResourceLinker

v1.1.0

24 Sep 09:51
5ec5539

Choose a tag to compare

What's Changed

  • Added EnsureAuthenticated auth strategy which makes sure a user is authenticated but does not pass through a token to a resource server
  • The Open ID Connect Userinfo Endpoint is automatically queried and the claims get merged into the access token and saved to the cache if configured
  • Improved some error messages in case of failures in the configuration
  • Using also the standard Sec-Fetch-Dest header to determine if an api call is made. Therefore in Browsers for API calls via the backchannel no custom header is necessary anymore
  • Fixed exception in some edge cases in ForwardAsync
  • Fixed differences in handling X-Forwarded headers, now all features of the library treat the X-Forwarded headers the same
  • Updated Versions of dependencies

v1.0.2

19 Dec 17:53

Choose a tag to compare

What's Changed

  • Fix to evaulate standard proxy headers correctly when creating the base url inside the Hateoas library
  • Fix to GatewayRouter to use proxy headers correctly
  • Fix for AzureOnBehalfOfAuthStrategy by @miseeger in #42 inside the Gateway library
  • Improved some error messages

Credits

Thanks to @miseeger for your valuable contribution

v1.0.0

27 Jun 21:06

Choose a tag to compare

First stable release of the Fancy.ResourceLinker libraries with all the functionality needed to build API gateways, backends for frontends and truly RESTful web APIs. From this release on, the library follows the principles of semantic versioning.