You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the library was developed with an assumption, that a client is not allowed to read cookies. Because of this, a server just serializes/deserializes a record in the most simple and fastest way :)
I guess, you intend to read cookies on the client side. I'll start working on this issue right after #35. I expect to finish it on the next week, however implementing JWT support might take more time. Stay tuned!
The cookie protocol in "A Secure Cookie Protocol" by Alex Liu et al. seems to be a precursor to jwt.
Why not support jwt which is both standard and more flexible?
The text was updated successfully, but these errors were encountered: