Skip to content

Commit

Permalink
feat(logs): log cookie endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 2, 2023
1 parent 0764385 commit 04b006b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nuxt/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export default defineNuxtModule<VueFireNuxtModuleOptions>({
(hasServiceAccount || emulatorsConfig) &&
options.auth.sessionCookie
) {
logger.debug('Enabling session cookie verification endpoint')
// Add the session handler than mints a cookie for the user
addServerHandler({
route: '/api/__session',
Expand Down

0 comments on commit 04b006b

Please sign in to comment.