Open alexbeletsky opened 11 years ago
This looks thorough. I can't think of anything else.
I did mention in #20 my one concern with a hacker potentially spoofing the refreshing of the token. Although that seems very fringe
Sounds great, let's start then.
I will take server side part, update all current endpoints. If you don't mind please take login/signup forms. As this is in place, we can integrate your Backbone.ajax
magic in :)
Any luck on this?
Authorization API has been implemented in #12, but it's still not utilised by client. This could be rather big task, let's discuss it and split for something smaller.
What need to done:
middleware.access.validateToken
.README
with all knowledge we gather through implementation.Scenarios:
localstore
.README
to to augment all requests withAuthorize
header (it reads token fromlocalstore
)Anything missing?