ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
16
fork

Configure Feed

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

chore: update to use app name in config

byarielm.fyi 3b4cf7c8 f1cf3566

verified
+3 -3
+2 -2
config/atproto_oauth.ts
··· 8 8 metadata: { 9 9 // If ATPROTO_OAUTH_CLIENT_ID is set, the client metadata will be fetched from that URL: 10 10 client_id: env.get('ATPROTO_OAUTH_CLIENT_ID'), 11 - client_name: 'Some App', 11 + client_name: 'ATlast', 12 12 redirect_uris: ['/oauth/callback'], 13 13 }, 14 14 ··· 18 18 // Models to store OAuth State and Sessions: 19 19 stateStore: OAuthState, 20 20 sessionStore: OAuthSession, 21 - }) 21 + })
+1 -1
config/session.ts
··· 11 11 /** 12 12 * Cookie name storing the session identifier. 13 13 */ 14 - cookieName: 'adonis-session', 14 + cookieName: 'atlast-session', 15 15 16 16 /** 17 17 * When set to true, the session id cookie will be deleted