Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate away from gorilla #750

Closed
jrozner opened this issue Dec 12, 2022 · 1 comment
Closed

Migrate away from gorilla #750

jrozner opened this issue Dec 12, 2022 · 1 comment

Comments

@jrozner
Copy link
Member

jrozner commented Dec 12, 2022

It looks like the set of Gorilla libraries are no longer maintained https://github.com/gorilla/#gorilla-toolkit. We make use of a number of the libraries including: mux, sessions, csrf, and securecookie. Given how stable and simple the code is for most of these this probably isn't a rush but we should look to move off of Gorilla when convenient.

Looking at the code things are pretty abstracted and it likely wouldn't be a significant lift, at least for the mux. If the new mux we move to doesn't have it's own middleware to handle the others we may need to build our own for find alternatives.

@jkennedyvz
Copy link
Contributor

Closed with #843

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants