Login Support#6
Conversation
|
Just implement jwt token auth with spark and we have all the things |
There was a problem hiding this comment.
Is this sort of a generic cache variable?
There was a problem hiding this comment.
I was thinking about how to store data in memory. And perhaps in WebSQL or LocalStorage. This was a lame attempt at structuring that.
There was a problem hiding this comment.
I would strongly recommend using localForage as a wrapper around storage.
There was a problem hiding this comment.
👍 I'll look into it. I haven't had time to even search for one yet.
|
Tons of work on this. I feel like I finally figured out a good way to structure the app... for the most part. |
There was a problem hiding this comment.
I thought you were going to add an autoprefix plugin for this?
There was a problem hiding this comment.
I most certainly did! Nice catch. 🏆
d82144e to
11b7cdc
Compare
Add login support using email and password.
Still needs an account picker, otherwise it just defaults to the first one.
Depends on #5.