fengsp / pencil

A web application microframework for Rust
https://fengsp.github.io/pencil/
Other
870 stars 43 forks source link

missing cookies or session #6

Open saggit opened 8 years ago

saggit commented 8 years ago

cookies or session is necessary to build a web app with authenticate.

TheWaWaR commented 8 years ago

I think the author will implement cookies use hyper::header::Cookie

TheWaWaR commented 8 years ago

@saggit I believe this is what you want.

fengsp commented 8 years ago

@saggit Yes, I don't have time to implement the sessions yet. We should add it in the future releases.