···88 metadata: {
99 // If ATPROTO_OAUTH_CLIENT_ID is set, the client metadata will be fetched from that URL:
1010 client_id: env.get('ATPROTO_OAUTH_CLIENT_ID'),
1111- client_name: 'Some App',
1111+ client_name: 'ATlast',
1212 redirect_uris: ['/oauth/callback'],
1313 },
1414···1818 // Models to store OAuth State and Sessions:
1919 stateStore: OAuthState,
2020 sessionStore: OAuthSession,
2121-})2121+})
+1-1
config/session.ts
···1111 /**
1212 * Cookie name storing the session identifier.
1313 */
1414- cookieName: 'adonis-session',
1414+ cookieName: 'atlast-session',
15151616 /**
1717 * When set to true, the session id cookie will be deleted