an app to share curated trails sidetrail.app
1

Configure Feed

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

at main 208 B View raw
1import "server-only"; 2export { getOAuthClient, getClientMetadata, getJwks, isProduction } from "./client"; 3export { getSession, getCurrentDid } from "./session"; 4export type { SessionData } from "./session";