tangled
alpha
login
or
join now
mary.my.id
/
atcute-statusphere-example
19
fork
atom
Statusphere, but in atcute and SvelteKit
atproto
svelte
sveltekit
drizzle
atcute
typescript
19
fork
atom
overview
issues
pulls
pipelines
chore: fmt
mary.my.id
2 months ago
7aad04c5
20348b76
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
+2
-1
1 changed file
expand all
collapse all
unified
split
src
lib
server
auth
index.ts
+2
-1
src/lib/server/auth/index.ts
···
1
1
+
import { error } from '@sveltejs/kit';
2
2
+
1
3
import { Client } from '@atcute/client';
2
4
import type { Did } from '@atcute/lexicons';
3
5
import {
···
11
13
12
14
import { getSignedCookie } from '$lib/server/auth/signed-cookie';
13
15
import { oauth } from '$lib/server/oauth';
14
14
-
import { error } from '@sveltejs/kit';
15
16
16
17
export const SESSION_COOKIE = 'statusphere_session';
17
18