Releases: eminisolomon/safehaven
Releases · eminisolomon/safehaven
v1.0.2
Full Changelog: v1.0.1...v1.0.2
Initial Release
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