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
This project uses the Echo web framework for serving the website. The Echo framework itself is modular and uses some 3rd party dependencies to implement certain functionalities and middleware.
Some dependencies are from the Gorilla framework (https://github.com/gorilla)
Unfortunately, all Gorilla repositories haven been archived on the 9th of December 2022.
We therefore need to consider replacing those, either with forks or with other replacement dependencies.
We use currently:
https://github.com/chmike/securecookie for cookies, seems to be an easy replacement, but it's not that popular, no idea whether this is somewhat secure/production ready.
We might also consider integrating necessary parts of the source code of Gorilla's session here. I'm not an expert, but since both projects are BSD3-licensed, this should be fine AFAIU
The text was updated successfully, but these errors were encountered:
@glrf@mhutter@bastjan your thoughts?
We could also wait (keep using archived projects) and see if there are any viable forks coming up, or Echo implements something on their own (unlikely though, they're working on Echo v5).
This project uses the Echo web framework for serving the website. The Echo framework itself is modular and uses some 3rd party dependencies to implement certain functionalities and middleware.
Some dependencies are from the Gorilla framework (https://github.com/gorilla)
Unfortunately, all Gorilla repositories haven been archived on the 9th of December 2022.
We therefore need to consider replacing those, either with forks or with other replacement dependencies.
We use currently:
Alternatives that I've found:
We might also consider integrating necessary parts of the source code of Gorilla's session here. I'm not an expert, but since both projects are BSD3-licensed, this should be fine AFAIU
The text was updated successfully, but these errors were encountered: