nemesiscodex / actix-todo

Todo list API made in rust + actix-web + tokio-postgres
https://www.youtube.com/watch?v=gQwA0g0NNSI&list=PLECOtlti4PspZHOySyzf9RApJFguZPFoF
141 stars 20 forks source link

Good demo, thank you! Can you add in JWT? Thanks. #8

Open ScottHuangZL opened 4 years ago

ScottHuangZL commented 4 years ago

Hi Nemesiscodex,

Thanks for your great demo!
Your video show the good practice of how to use RUST/Actix for web back end.

Do you have time to add in JWT? Thanks. It would be better if you add front end (seed? or yew?) to make a full demo.

Regards Scott Huang

shirshak55 commented 4 years ago

jwt is never preferred over cookie?

nemesiscodex commented 4 years ago

Thanks.

Do you have time to add in JWT? Thanks. It would be better if you add front end (seed? or yew?) to make a full demo.

I may have some time after the next couple of weeks, adding jwt should be straightforward, but I have not used seed or yew before so that can take me more time.

nemesiscodex commented 4 years ago

jwt is never preferred over cookie?

The cookie with Redis was just a request. Is a simple approach. For jwt I may also need to combine it with oauth2.