p5.js-web-editor/server
Andrew Nicolaou 7be45ce875 Search for existing user account using Github emails (#337)
* Tries to match user account from list of emails in Github API

Requests the 'user:email' scope from Github which returns the private
emails associated with the user's account.

* Centres GitHub button in layout
2017-04-13 12:04:10 -04:00
..
config Search for existing user account using Github emails (#337) 2017-04-13 12:04:10 -04:00
controllers make inital changes for #169--need to migrate the locations of a user's s3 files to be namespaced under their userid 2017-04-06 14:34:14 -04:00
migrations make inital changes for #169--need to migrate the locations of a user's s3 files to be namespaced under their userid 2017-04-06 14:34:14 -04:00
models update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
routes delete files based on S3, with a date to be backwards compatible 2017-04-05 23:23:38 -04:00
utils make inital changes for #169--need to migrate the locations of a user's s3 files to be namespaced under their userid 2017-04-06 14:34:14 -04:00
views update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
config.js fix a ton of eslint errors 2016-06-23 18:29:55 -04:00
examples.js update eslint to latest version, fix lots of linting errors (#308) 2017-02-22 14:29:35 -05:00
server.js Enable CORS for all origins and requests on API (#324) 2017-03-23 14:53:16 -04:00