actix / examples

Community showcase and examples of Actix Web ecosystem usage.
Apache License 2.0
3.7k stars 807 forks source link

More middleware examples #125

Closed Exegetech closed 5 years ago

Exegetech commented 5 years ago

Hello,

can we put more examples on middleware section for actix-web 1.0.0? I am currently trying to implement a flash middleware that automatically set and erase flash messages, and an auth check middleware that guard specific routes.

Looking at the middleware examples, I still don't understand how to properly do this. Any help is appreciated. If I can implement it correctly I will send a PR for those flash and auth middleware examples.

fafhrd91 commented 5 years ago

you should be more specific. example shows basics, everything else is api specific

Exegetech commented 5 years ago

@fafhrd91

I am thinking of how to create a middleware:

svenstaro commented 5 years ago

For flash this exists and for auth there is an example now.