Make sure that when initialize hasn't been called yet for a tenant, that authentication fails with 40x status code rather than an internal server error.
4 files changed
tree: e34d5b82e3c80e64011dac21d629697d737c9f84
  1. api/
  2. component-test/
  3. gradle/
  4. library/
  5. test/
  6. .gitignore
  7. build.gradle
  8. gradlew
  9. gradlew.bat
  10. HEADER
  11. LICENSE
  12. README.md
  13. settings.gradle
  14. shared.gradle
README.md

Mifos I/O Authorization Library

Join the chat at https://gitter.im/mifos-initiative/mifos.io

This project provides authorization for mifos I/O microservices.

Abstract

Mifos I/O is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world.

Versioning

The version numbers follow the Semantic Versioning scheme.

In addition to MAJOR.MINOR.PATCH the following postfixes are used to indicate the development state.

  • BUILD-SNAPSHOT - A release currently in development.
  • RELEASE - General availability indicates that this release is the best available version and is recommended for all usage.

The versioning layout is {MAJOR}.{MINOR}.{PATCH}-{INDICATOR}[.{PATCH}]. Only milestones and release candidates can have patch versions. Some examples:

1.2.3-BUILD-SNAPSHOT
1.3.5-RELEASE

License

See LICENSE file.