🐛 Fix auth context middleware force provide token

This commit is contained in:
2024-10-27 00:14:42 +08:00
parent 421834ae5c
commit 999cc2bcd8
3 changed files with 7 additions and 2 deletions

View File

@ -8,8 +8,6 @@ import (
)
func MapAPIs(app *fiber.App) {
app.Use(auth.ContextMiddleware)
// Some built-in public-accessible APIs
wellKnown := app.Group("/.well-known").Name("Well Known")
{