Giter Club home page Giter Club logo

bahmni-sms-plugins's Introduction

Introduction

This repository contains plugins to use with the Bahmni two factor authentication web application. This project is divided into sub-projects. Each sub-project contains code for a plugin.

#Developers The build tool used in the project is gradle.

  • Run ./gradlew clean build to build all the plugins. Or for example use ./gradlew clean sms-gate-way-me:build to build the sms-gate-way-me plugin.

#Installation Steps required for installing a plugin can be found in the web app repository's README section

#sms-gate-way-me plugin This plugin enables you to use the third party SMS service provider https://smsgateway.me/. Create an account in the website and download the android app in your mobile phone. The app asks for the email and password to register your device with the website. Whenever an SMS is sent to the service provider, it will be pushed to the Android app in your mobile, which actually sends the SMS from your device. To use this plugin in Bahmni, download the jar file located at bahmni maven repository and you have to provide email and password in the file named SmsGatewayMe.conf located at /home/bahmni/.bahmni-security/.

The format is:

email=REGISTERED_EMAIL
password=REGISTERED_PASSWORD

#Write your own plugin The web application repository contains a sub-project called sms-interface that has the contract for the plugin. You actually do not need to worry about how to add dependencies and other stuff.

  • Quickly get started by copying one of sub-projects there itself and rename it. You can change the name of the jar generated and other settings in the build.gradle file in your sub-project. Hack your way through the existing code in the sub-project. But, make sure you do not change the package name from org.bahmni.auth.smsplugin as it is required to correctly load the plugin.

bahmni-sms-plugins's People

Contributors

aj-jaswanth avatar alagesann avatar rsenthilraja avatar swethab184 avatar binduak avatar

Watchers

Vinkesh Banka avatar angshuman sarkar avatar Arjun Khandelwal avatar Sushma avatar James Cloos avatar Krishna Kumar avatar Chethan A avatar Arun Paul avatar  avatar Abishek Anand avatar Koushik Shetty avatar Soumya Swaroop Gupta avatar  avatar  avatar Vikash Gupta avatar Kaustav Chakraborty avatar Sandeep E avatar Ranganathan B avatar  avatar Hanisha avatar  avatar Dimitri R avatar Maharjun avatar Dharmender Srivastav avatar Xueying Li avatar  avatar  avatar LiYae avatar Daviemukungi avatar  avatar salauddin avatar  avatar  avatar Siva Reddy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.