Pull requests at
https://github.com/openMF/mifosx/pull/1332
and
https://github.com/openMF/community-app/pull/1310
update the platform to provide Oauth support and the community app to consume the same. However, it might be beneficial to be able to still support Basic auth (so that every client is not forced to update themselves), we can doing this by making a separate build that produces the mifos war with Basic auth (or any better mechanism).
We do not want to provide support for both Oauth and Basic auth in the same war (unless we can configurable turn off support for Basic auth)
|