Releases: apioo/fusio
Releases · apioo/fusio
v0.2.2
v0.2.1
- Added documentation and improved help docs
- Moved backend code into seperate composer project
- Encrypt connection credentials in database
- Added a access token generation method to the app service which is used
globally - Add support for implicit grant to simplify the use of Fusio for js
applications - Action cache consider also uri fragments and parameters in cache key
- Removed client credentials grant and use instead password grant
v0.2.0
- Added consumer API and javascript client implementation
- Improved code architecture
- Added RAML import
- Added json schema export command
- Generate more secure tokens and passwords
- Fixed a security issue where the installer installs a test admin account with
a fix username and password
v0.1.7
- Added adapter system
- Changing a action or schema which are used by a route in production status is
not longer possible - Added and improved various actions
- Improve access token generator
- Moved action and connection class definition from config file into a seperate
table