RailsText

Unlike a face-to-face conversation, however, it’s harder for an API to verify whether the app it’s talking to is who it claims to be, therefore APIs need other way of identifying their clients before letting them through.

 

And API keys are one such security measure – they act like an ID card for their client making an API request.

 

RailsText, is a platform to generate modern communication Web API keys. RailsText also gives option to link API key with inbound and outbound Webhook url.

 

RailsText also includes 2FA- 2 Factor Authentication functionality for securing sign in into the platform. 2FA again holds two option, either with QR code or Phone verification. Using Google Authenticator App, one can easily scan the barcode to setup the account.

Key Challenges

At initial moment while developing, there is a section showing countries in dropdown with country name, country code and ISO code. It comes while entering phone number.

 

In this section we also wanted to show country flag in the dropdown with other details , but facing difficult showing it.

Our Solutions

For showing countries with country code, country name and ISO code we have first groomed resources providing such data and then we have verified it with other different resources.

 

After being sure with the data we were holding, we saved it in our database. And now we are fetching data of country section from our local database instead of depending on any 3rd party link.

 

Brilliant minds put together found best ways to implement the project with the figma provided to them.

Tech Stack

Conclusion

Other Case Study