mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
reworked authentication and permission handling
This commit is contained in:
@@ -91,10 +91,6 @@ export class AppAuth extends Module<typeof authConfigSchema> {
|
||||
return this._controller;
|
||||
}
|
||||
|
||||
override onServerInit(hono: Hono<any>) {
|
||||
hono.use(auth);
|
||||
}
|
||||
|
||||
getSchema() {
|
||||
return authConfigSchema;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user