blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
481 stars 77 forks source link

Need to know how we can create middleware for Admin/Seller/Buyer for a bidding website #54

Closed cisaman closed 7 years ago

cisaman commented 7 years ago

Need to know how we can create middleware for Admin/Seller/Buyer for a bidding website Also need to know to prefix the routes and separate login and template for Admin.

josephspurrier commented 7 years ago

You can see two examples of middleware here: https://github.com/blue-jay/blueprint/blob/master/middleware/acl/acl.go

The documentation for middleware is here: https://blue-jay.github.io/middleware/