Add kaya-oidc package for OpenID Connect authentication
This commit is contained in:
@@ -7,8 +7,8 @@ from ._session import Session
|
||||
from ._store import SessionStore
|
||||
|
||||
|
||||
type HttpHandler = Callable[[Any, Any], Awaitable[None]]
|
||||
type WebSocketHandler = Callable[[Any, Any], Awaitable[None]]
|
||||
type HttpHandler = Callable[..., Awaitable[None]]
|
||||
type WebSocketHandler = Callable[..., Awaitable[None]]
|
||||
type RouteDecorator = Callable[[HttpHandler], HttpHandler]
|
||||
type WebSocketDecorator = Callable[[WebSocketHandler], WebSocketHandler]
|
||||
type ASGIApp = Callable[
|
||||
|
||||
Reference in New Issue
Block a user