Fixing codebase after JWT lib switch
This commit is contained in:
@@ -85,6 +85,8 @@ func (s server) Serve(ctx context.Context) {
|
||||
r.Use(LogResponse)
|
||||
}
|
||||
|
||||
println("using up DefaultJwtHandler", auth.DefaultJwtHandler != nil)
|
||||
|
||||
r.Use(
|
||||
auth.DefaultJwtHandler.HttpVerifier(),
|
||||
auth.DefaultJwtHandler.HttpAuthenticator(),
|
||||
|
||||
Reference in New Issue
Block a user