Skip to content

Commit 04b006b

Browse files
committed
feat(logs): log cookie endpoint
1 parent 0764385 commit 04b006b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nuxt/src/module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export default defineNuxtModule<VueFireNuxtModuleOptions>({
198198
(hasServiceAccount || emulatorsConfig) &&
199199
options.auth.sessionCookie
200200
) {
201+
logger.debug('Enabling session cookie verification endpoint')
201202
// Add the session handler than mints a cookie for the user
202203
addServerHandler({
203204
route: '/api/__session',

0 commit comments

Comments
 (0)