ratecount / RateCount

Modernizing the lending experience...rest.relax.enjoy
0 stars 0 forks source link

Create sms account for 2 factor authentication #4

Open bacnguyen opened 7 years ago

bacnguyen commented 7 years ago

https://textbelt.com/ https://www.twilio.com https://www.clickatell.com/

I would pick twilio.
https://www.twilio.com/docs/quickstart/php/sms/sending-via-rest#sending-mms-via-rest

bacnguyen commented 7 years ago

@ninksink

I've setup an account with Twilio. Below is example from them how to setup 2 Factor Authentiction.

2 Factor Authentication Example

https://www.twilio.com/docs/tutorials/two-factor-authentication-php-laravel

https://github.com/RobThree/TwoFactorAuth

ninksink commented 7 years ago

Cool. What kind of account? What daily/weekly/monthly limits does it have?

bacnguyen commented 7 years ago

The account SMS for 2 factor authentication. When the user login, beside a password they need a pin to access their account. I've sent you an invitation via on Twilio via email. I've made you an admin on it.

Twilio account: $1 per month + $.0075 to send messages.

https://www.twilio.com/sms/pricing?mkwid=sXROhjTzx&pdv=c&pcrid=191130900683&pmt=e&pkw=twilio%20pricing&campaign=sitelink&utm_source=google&utm_medium=cpc&utm_term=twilio+pricing&utm_campaign=sitelink&utm_content=SMS_Pricing&gclid=CMH15ITLytMCFY62wAodWcAPIg

For now, it will be good for us and its not that expensive.

bacnguyen commented 7 years ago

@ninksink

ninksink commented 7 years ago

Ok, started working on this in earnest today. Probably have something working in the next few days.

ninksink commented 7 years ago

Ugggh... Got hung up with larval and the innodb.

Have us using mariadb and I have a db created for dev with a two with tables.

Took Me like forever to get that squared away with laravel and the db. Pain in the butt. But it's documented in the wiki

Here: https://github.com/ratecount/RateCount/wiki/Development-Provisioning#mysql-settings https://github.com/ratecount/RateCount/wiki/Development-Provisioning#howto

ninksink commented 7 years ago

@bacnguyen ok, getting a little bit further. Sigh. This migrations tool has some shoddy documentation out there. Sigh. Well at least now I know how the migrations and seeding (aka loading data) works.

ninksink commented 7 years ago

@bacnguyen ok, got a little further. I can at least login. Now the routing post login, that is another thing.