dolfelt / scheduler-js

Simple scheduling app using Mithril, ES6, and the When I Work API.
http://wheniwork.com
MIT License
2 stars 0 forks source link

Login Support #6

Open dolfelt opened 9 years ago

dolfelt commented 9 years ago

Add login support using email and password.

Still needs an account picker, otherwise it just defaults to the first one.

Depends on #5.

mvanhorne commented 9 years ago

Just implement jwt token auth with spark and we have all the things

dolfelt commented 9 years ago

Tons of work on this. I feel like I finally figured out a good way to structure the app... for the most part.