p5.js-web-editor/client/styles/components
Andrew Nicolaou 1dc0c22cb7 Email verification (#369)
* Re-introduce Email Verification code

Revert "Revert "Email verification""
This reverts commit d154d8bff259350523a0f139e844db96c43d2ee1.

* Uses MJML to generate Reset Password email

* Sends Password Reset and Email Confirmation emails using MJML template

* Sends verified status along with user data

* API endpoint for resending email verification confirmation

* Displays verification status on Account page and allows resending

* Send back error string

* Passes email address through to sign/verify helper

* Uses enum-style object to set verified state

* Sends minimal info when user verifies since it can be done without login

* Provides /verify UI and sends confirmation token to API

* Better name for JWT secret token env var

* Adds mail config variables to Readme

* Encrypts email address in JWT

The JWT sent as the token in the Confirm Password URL
can be unencoded by anyone, although it's signature can only
be verified by us. To ensure that no passwords are leaked,
we encrypt the email address before creating the token.

* Removes unused mail templates

* Resets verified flag when email is changed and sends another email

* Moves email confirmation functions next to each other

* Extracts random token generator to helper

* Moves email confirmation actions into Redux

- updates the AccountForm label with a message to check inbox
- show status when verifying email token

* Uses generated token stored in DB for email confirmation

* Sets email confirmation status to verified if logging in from Github

* Sends email using new method on account creation

* Fixes linting errors

* Removes replyTo config
2017-06-26 12:48:28 -04:00
..
_about.scss Fix UI Detail: Icon placement welcome modal (#306) 2017-02-19 13:39:31 -05:00
_console.scss update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
_editor.scss Find (#359) 2017-06-06 15:20:21 -04:00
_error-modal.scss #254 show error when user attempts to save stale version of project, refactor error modals to one component 2017-01-24 15:29:25 -05:00
_form-container.scss Search for existing user account using Github emails (#337) 2017-04-13 12:04:10 -04:00
_forms.scss Email verification (#369) 2017-06-26 12:48:28 -04:00
_github-button.scss more half finished theme stuff 2016-09-20 23:57:27 -04:00
_help-modal.scss HTTPS UI switch (#335) 2017-05-03 11:46:12 -04:00
_modal.scss implement sidebar design #234 (#235) 2016-12-19 17:07:04 -05:00
_nav.scss fix nav styling 2017-03-30 13:22:23 -04:00
_new-password.scss New design for ResetPassword view and NewPassword view (#232) 2016-12-19 16:49:37 -05:00
_overlay.scss implement new design for sketchbook (#227) 2016-12-14 10:58:43 -05:00
_p5-contrast-codemirror-theme.scss #211 highlight p5 keywords in code editor 2016-12-07 14:42:05 -05:00
_p5-dark-codemirror-theme.scss switch brown in dark theme (#300) 2017-02-10 12:23:11 -05:00
_p5-light-codemirror-theme.scss #211 highlight p5 keywords in code editor 2016-12-07 14:42:05 -05:00
_preferences.scss Accessibility (#361) 2017-05-31 15:23:30 -04:00
_preview-frame.scss add header to preview frame 2017-03-02 15:01:33 -05:00
_reset-password.scss New design for ResetPassword view and NewPassword view (#232) 2016-12-19 16:49:37 -05:00
_resizer.scss a lot of dark theme fixes 2016-09-21 18:52:44 -04:00
_sidebar.scss fix #347 2017-05-10 13:19:46 -04:00
_sketch-list.scss #292, when clicking on row in sketch list, navigate to sketch 2017-02-17 17:29:36 -05:00
_timer.scss fixes #5, turns autosave off when a user logs off, hide timer component when user is not owner of sketch 2017-01-13 11:55:13 -05:00
_toast.scss Style change to toasts (#316) 2017-03-06 14:29:42 -05:00
_toolbar.scss fix minor styling bug on safari 2017-05-10 16:12:24 -04:00
_uploader.scss fix #268 2017-01-17 13:28:28 -05:00