hoppscotch/packages/hoppscotch-backend
Balu Babu 80c6f600db
hotfix: refresh token cookie migration (HBE-167) (#31)
* chore: removed signed cookies from refresh token strategy

* chore: removed signed cookies from refresh RTCookie decorator
2023-03-03 15:52:26 +05:30
..
prisma feat: Introducing user-collections into self-host (HBE-98) (#18) 2023-03-03 15:03:05 +05:30
src hotfix: refresh token cookie migration (HBE-167) (#31) 2023-03-03 15:52:26 +05:30
test
.dockerignore
.env.example chore: removed SIGNED_COOKIE_SECRET from cookieParser in main.ts and .env.example files 2023-02-08 14:18:39 +05:30
.eslintrc.js
.gitignore
.prettierrc
docker-compose.yml chore: updated dockerfile to install deps less 2023-02-08 22:50:37 +05:30
Dockerfile chore: updated dockerfile to install deps less 2023-02-08 22:50:37 +05:30
global.d.ts
jest.setup.js
nest-cli.json
package.json HBE-164 refactor: subscriptions auth cookie fix (#26) 2023-02-27 19:32:33 +05:30
pnpm-lock.yaml HBE-164 refactor: subscriptions auth cookie fix (#26) 2023-02-27 19:32:33 +05:30
README.md
tsconfig.build.json
tsconfig.json

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.