Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

go-middleware

Here are 11 public repositories matching this topic...

This project is an example of Layered Architecture , project contains CRUD operations and as well as Authentication service (JWT login and session login). There is a middle-ware for authenticate user

  • Updated Sep 7, 2022
  • Go

Package middlewares aims to create a set of commonly used middleware http.Handlers for use with the default http package. All handlers only takes a http.Handler as an argument, and returns only http.Handler, to more easily be chained with handler chain libraries (.e.g. https://github.com/justinas/alice). Documentation https://godoc.org/github.c...

  • Updated Jan 12, 2018
  • Go

Improve this page

Add a description, image, and links to the go-middleware topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the go-middleware topic, visit your repo's landing page and select "manage topics."

Learn more