monteslu / pagenodes

Completely Browser Based IOT Platform
https://pagenodes.com
Apache License 2.0
222 stars 32 forks source link

Add login #28

Closed samrocksc closed 8 years ago

samrocksc commented 8 years ago

What's this PR do?

This PR is implementing simply an auth0 authentication system that uses localStorage to store a key for JWT authentication. This will be used later on down the road for importing and exporting flows for a user. In its current form it doesn't really do anything, I'm simply looking to get this implemented so we can start adding features and components to it from the server side.

What are the important parts of the code?

There are a lot of minor bug fixes, but a majority of the actual changes are happening in /src/editor/main.js . This file is parsed by /src/editor/ui/menu.js into creating the dropDown Menu.

How should this be tested by the reviewer?

The standard Build process

Is any other information necessary to understand this?

none

What are the relevant tickets? (Please add closes, refs, etc)

Screenshots (if appropriate)

screen shot 2016-01-19 at 12 47 26 pm