issues
search
CMPUT404
/
socialdistribution
A distributed social network
http://socshizzle.divshot.io
Apache License 2.0
0
stars
2
forks
source link
sessionStorage and stuff..
#209
Closed
xkb
closed
9 years ago
xkb
commented
9 years ago
Removes
/author/logout
and adds a
DELETE
to
/author/login
Allows auth via token only ( for page reload in front end )
Auth tokens are saved via sessionStroage ( refresh the page all you want )
Cleaner URLs for front-end prod
Removed
action-listener
since there is a built in mixin that does the same thing :/
Fun.
derekdowling
commented
9 years ago
Cool :+1:
/author/logout
and adds aDELETE
to/author/login
action-listener
since there is a built in mixin that does the same thing :/Fun.