feat: add build
Some checks failed
Build and release / Build (push) Successful in 22s
Build and release / update-release-draft (push) Successful in 18s
Build and release / Release (push) Failing after 1m25s

This commit is contained in:
Morten Olsen
2025-10-16 22:07:56 +02:00
parent 11828da073
commit 48ea753549
19 changed files with 285 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
import type { AuthProvider } from '#root/auth/auth.provider.ts';
import { Session } from './sessions.session.ts';
import type { AuthProvider } from '#root/auth/auth.provider.ts';
class SessionProvider {
#handlers: Map<string, AuthProvider>;