UNPKG

@qwik.dev/core

Version:

An open source framework for building instant loading web apps at any scale, without the extra effort.

9 lines (7 loc) 211 B
import { QwikAuth$ } from "@auth/qwik"; import GitHub from "@auth/qwik/providers/github"; export const { onRequest, useSession, useSignIn, useSignOut } = QwikAuth$( () => ({ providers: [GitHub], }), );