-
- Downloads
304 phone verification and sign up flow refactoring (#433)
* add newrelic; rebuild shrinkwrap * update shrinkwrap * A few more react 15.3.1 to 15.3.2 (#369) * Confirm mobile (work in progress) #304 * Update mobile verification with schema change. #304 * Update telesign example config * Progress with signature matching telesig ruby example. #304 * Telesign signature fix (includs missing content type header). * Cleanup warnings * Able to verify a phone number in the UI * Adds telesig verify block check and updating of mobile * Enable mobile recaptcha. SMS verify for FB users only. * Fixed verification code length #304 * add sign up progress bar; refactor submit_email page * integrate phone verification into sign up process * check for existing email * check if phone number was already used * show SignupProgressBar on create_account page; some refactoring * work in progress * move ip and email checks out of oath module * Add confirm_email path in console log to help with testing. #304 * Update email address is confirmation is re-sent. #304 * polishing sign up flow * update wording as per TeleSign's recomendations
Showing
- app/assets/stylesheets/app.scss 6 additions, 1 deletionapp/assets/stylesheets/app.scss
- app/components/App.jsx 7 additions, 8 deletionsapp/components/App.jsx
- app/components/App.scss 3 additions, 0 deletionsapp/components/App.scss
- app/components/all.scss 1 addition, 0 deletionsapp/components/all.scss
- app/components/elements/SignupProgressBar.jsx 17 additions, 0 deletionsapp/components/elements/SignupProgressBar.jsx
- app/components/elements/SignupProgressBar.scss 71 additions, 0 deletionsapp/components/elements/SignupProgressBar.scss
- app/components/modules/MiniHeader.jsx 19 additions, 0 deletionsapp/components/modules/MiniHeader.jsx
- app/components/pages/CreateAccount.jsx 56 additions, 43 deletionsapp/components/pages/CreateAccount.jsx
- app/components/pages/CreateAccount.scss 9 additions, 0 deletionsapp/components/pages/CreateAccount.scss
- config/steem-example.json 4 additions, 0 deletionsconfig/steem-example.json
- scripts/send_waiting_list_invites.js 1 addition, 1 deletionscripts/send_waiting_list_invites.js
- server/api/general.js 23 additions, 0 deletionsserver/api/general.js
- server/api/oauth.js 28 additions, 65 deletionsserver/api/oauth.js
- server/app_render.jsx 1 addition, 0 deletionsserver/app_render.jsx
- server/sendEmail.js 4 additions, 0 deletionsserver/sendEmail.js
- server/server.js 15 additions, 10 deletionsserver/server.js
- server/server_pages/enter_confirm_email.jsx 109 additions, 89 deletionsserver/server_pages/enter_confirm_email.jsx
- server/server_pages/enter_confirm_mobile.jsx 219 additions, 0 deletionsserver/server_pages/enter_confirm_mobile.jsx
- server/teleSign.js 138 additions, 0 deletionsserver/teleSign.js
- webpack/utils/start-koa.js 3 additions, 9 deletionswebpack/utils/start-koa.js
Loading
Please register or sign in to comment