Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 237 B view raw
1import {type OAuthSession} from '@atproto/oauth-client-browser' 2 3import {getWebOAuthClient} from './oauth-web-client' 4 5export function restoreOAuthSession(did: string): Promise<OAuthSession> { 6 return getWebOAuthClient().restore(did) 7}