Skip to content

Releases: eminisolomon/safehaven

v1.0.2

30 Aug 06:17
Compare
Choose a tag to compare

Initial Release

15 Jul 23:07
Compare
Choose a tag to compare

Initial Release

This is the first official release of the safehaven package. It includes the following features:

  • Seamless integration with Safe Haven MFB's API.
  • Simplified access to essential banking services.
  • Easy configuration and setup.

Features

  • OAuth Authentication: Securely authenticate using Safe Haven's OAuth endpoints.
  • Client Assertion Generation: Generate JWT client assertions for API requests.
  • Caching: Efficiently cache tokens and other data to improve performance.

Installation

To install the package, run:
composer require eminisolomon/safehaven

For detailed usage instructions, please refer to the documentation.

Changelog

Added

  • Initial implementation of API integration.
  • Basic OAuth support.
  • Caching mechanism for tokens.

Full Changelog: v1.0.0...v1.0.1