|
|
|
|
|
by yur83838
3047 days ago
|
|
You don't need a router, but it is much more readable with one. You don't need middleware, but it is much more readable with r.Use(jwtVerify) then writing a deeply nested half router with logic. If you're running a single endpoint, then the router is adding zero value. |
|