No commit activity in last 3 years
No release in over 3 years
Mobile MSISDN detection & validation. Only useful whenever your'e a Mobile Operator 3rd Party and receive MSISDN headers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 0.6
~> 10.0
~> 3.0

Runtime

 Project Readme

MobileSubscriber Gem

Build Status

It's a fact that the Mobile network providers (carriers, operators & such) share subscriber identity data to approved 3rd parties when users navigate via Web to the 3rd parties' websites.

The problem is that generally the algorythms used by these 3rd parties offer no security against forged HTTP requests.

The goals of this project are basically to detect the user's identity for the 3rd parties, in the most secure and reliably as possible:

  • Validate the mobile user's identity by checking the originating IP address
  • Validate the request hopping between relaying proxies

Installation

Add this line to your application's Gemfile:

gem 'mobile-subscriber'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mobile-subscriber

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/vovimayhem/mobile-subscriber-gem/fork )
  2. Clone it (git clone http://github.com/[your-username]/mobile-subscriber-gem.git)
  3. Create your feature branch (git checkout -b feature/my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin feature/my-new-feature)
  6. Create a new Pull Request

References