Picland / v3-frontend

muwenzi v3: frontend including node.js server
https://sandbox.muwenzi.com/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

[Sprint-2017.10] Replace session with jwt #75

Closed Kimi-Gao closed 6 years ago

Kimi-Gao commented 6 years ago

Description

image

In this sprint, we use JSON Web Token to replace the session-cookie and make the server be stateless. The token was stored as cookie not localStorage on the client side. But we still have some issue to resolve such as how to revoke token which is not over expired time

More Detail

reference issue