Files
send/app
Donovan Preston cab6f1bafb Implement the mechanics of fxa login on android, but don't show ui fo… (#1000)
* Implement the mechanics of fxa login on android, but don't show ui for it yet. Also, scopedKeys are not yet implemented.

* Hopefully fix the package-lock conflict?

* WIP on android scoped keys

* Finish implementing login.

* created android/user.js to handle android logins
2018-11-08 16:35:19 -05:00
..
2018-11-06 21:30:35 -08:00
2018-11-01 10:43:43 -07:00
2018-11-01 10:44:47 -07:00
2018-11-01 10:44:46 -07:00
2018-08-31 14:30:50 -07:00
2018-09-04 10:41:45 -07:00
2018-11-05 15:46:49 -08:00
2018-11-01 10:44:47 -07:00
2018-08-31 11:43:56 -07:00
2018-11-01 10:44:45 -07:00
2018-03-07 15:01:08 -08:00
2018-11-05 15:00:35 -08:00
2018-09-13 10:37:52 -07:00
2018-08-30 22:10:08 -07:00
2018-11-01 10:43:43 -07:00
2018-07-27 16:40:52 -07:00

Application Code

app/ contains the browser code that gets bundled into app.[hash].js. It's got all the logic, crypto, and UI. All of it gets used in the browser, and some of it by the server for server side rendering.

The main entrypoint for the browser is main.js and on the server routes/index.js gets imported by /server/routes/pages.js

  • pages contains display logic an markup for pages
  • routes contains route definitions and logic
  • templates contains ui elements smaller than pages