Update dependencies such as jwtauth and go-chi, remove jwt-go #5
Loading…
Reference in a new issue
No description provided.
Delete branch "update_jwtauth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removing jwt-go since its not needed anymore and is insecure.
Updated the auth package to move to using map interfaces instead of jwt structs.
Update to the new method of using the compression middleware.