p5.js-web-editor/client
Andrew Nicolaou dc801ccf7f Force HTTPS redirection for log in and sign up (#319)
* Higher-order component to force some routes to HTTPS

* Force all user-management routes to HTTPS

* Redirect to sourceProtocol as route unmounts.

By default, no redirection occurs if sourceProtocol is not explicitly
defined.

* Sets serveSecure flag on new projects and usea after forcing protocol

The flag is set to `false` on all projects and as the UI has no way to
change this, it always redirects to HTTP after a signup/login action.

* Move HoC to be with other top-level components

* Server should respond to account page request

* Serves AccountView over HTTPS

* Turns HTTPS redirection off in development by default

Will log to the browser console any redirection that would
have happened. Added a line in the README about how to
enable this for testing in development.
2017-03-30 12:36:26 -04:00
..
components Force HTTPS redirection for log in and sign up (#319) 2017-03-30 12:36:26 -04:00
images New Design for About (#246) 2017-01-06 13:14:39 -05:00
modules Force HTTPS redirection for log in and sign up (#319) 2017-03-30 12:36:26 -04:00
sounds replace alert sound 2016-08-28 15:55:19 -04:00
styles Adding User Settings View (#325) 2017-03-16 18:25:12 -04:00
utils Adding User Settings View (#325) 2017-03-16 18:25:12 -04:00
constants.js Adding User Settings View (#325) 2017-03-16 18:25:12 -04:00
index.jsx update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
reducers.js update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
routes.jsx Force HTTPS redirection for log in and sign up (#319) 2017-03-30 12:36:26 -04:00
store.js fix a ton of eslint errors 2016-06-23 18:29:55 -04:00