forked from woggioni/rbcs
switch to envelope + jul
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.woggioni.gbcs
|
||||
|
||||
import io.netty.handler.codec.http.HttpRequest
|
||||
|
||||
fun interface Authorizer {
|
||||
fun authorize(user : String, request: HttpRequest) : Boolean
|
||||
}
|
||||
Reference in New Issue
Block a user