alexedwards / scs

HTTP Session Management for Go
MIT License
2.12k stars 166 forks source link

With fiber #143

Closed ghost closed 1 year ago

ghost commented 2 years ago

Hello

How can I connect scs with Fiber??

gandaldf commented 2 years ago

Hi, I PR a Fiber adapter here: #137 If you can't wait the merge you can use it from my repo: https://github.com/gandaldf/scs I also put an example on how to use it.

ghost commented 2 years ago

@gandaldf Hi, thank you for PR and more info about your repo. It works!

Can I use fiber csrf middleware with scs ??

gandaldf commented 2 years ago

Hi @farfloat I'm glad to hear it. About the CSRF middleware I don't know, I didn't try it; could you try it and report your results here?

alexedwards commented 1 year ago

Closing due to lack of response.