Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Path of refresh token should be specific to refresh endpoint to prevent bloated network requests  #25

Description

@neilscallywag
      res.clearCookie(process.env.REFRESH_COOKIE_NAME || 'refresh_token', {
        path: '/',
        expires: new Date(1),
      });
      ```
      File: auth.controller.ts

Metadata

Metadata

Assignees

Labels

good to havelow priority: not important, but good to have

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions