Giter VIP home page Giter VIP logo

nestjs-cookie-session's Introduction

Here is a list of my own open source projects:

NestJS

nestjs-pino

GitHub stars npm

Platform agnostic logger for NestJS based on pino with request context in every log.


nestjs-session

GitHub stars npm

Idiomatic session module for NestJS. Built on top of express-session.


nestjs-cookie-session

GitHub stars npm

Idiomatic cookie session module for NestJS. Built on top of cookie-session.


nestjs-roles

GitHub stars npm

Type safe roles guard and decorator made easy.


nestjs-injectable

GitHub stars npm

@Injectable() on steroids that simplifies work with inversion of control in your hexagonal architecture.


nest-ratelimiter

GitHub stars npm

Distributed consistent flexible NestJS rate limiter based on Redis.


create-nestjs-middleware-module

GitHub stars npm

Create a simple idiomatic NestJS module based on Express/Fastify middleware in just a few lines of code with routing out of the box.


nestjs-configure-after

GitHub stars npm

Declarative configuration of NestJS middleware order.


nestjs-saga

GitHub stars npm

Basic implementation of saga pattern for NestJS (do not confuse it with the built-in sagas).


nestjs-gcp-pubsub

GitHub stars npm

The most basic and unopinionated implementation of GCP PubSub transport for NestJS microservices.


nest-nsq-transport

GitHub stars npm

The most basic and unopinionated implementation of NSQ transport for NestJS microservices.

React Native

react-native-launch-arguments

GitHub stars npm

Get launch arguments for testing with Detox and Appium.

Go

enviper

GitHub stars

Consider environment variables while unmarshaling viper's config.


rebus

GitHub stars

Type-safe bus generator for go.


ratelimiter

GitHub stars

Rate limiter with sliding window algorithm implementation.

nestjs-cookie-session's People

Contributors

0xflotus avatar actions-user avatar dependabot-preview[bot] avatar dependabot[bot] avatar github-actions[bot] avatar iamolegga avatar mergify[bot] avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nestjs-cookie-session's Issues

[QUESTION] Applied cookies for particular controllers only

[x] I've read the docs

[x] I've read the docs of cookie-session

[x] I couldn't find the same question

Question
As far as I see, this module can't be applied for particular controllers only, isn't it?

My use-case: we have some public controllers for a public (end-users) subdomain and want to use cookies applied to a current subdomain, and we don't need to parse cookies for other subdomains and retrieve data. Also, we don't need too much protection for the user's cart as it's not something sensitive, e.g., httpOnly: true is redundant.

So, I would like to apply it only for specific modules and controllers. Is it possible?

Please mention other relevant information such as Node.js version and Operating System.

Set cookie expires option

Hey, I couldn't find anything specific to this library so I'm gonna ask here:

How do I change the expiration date of a cookie?
I have a website with a "remember me" option.

[QUESTION] Where can I import `Config` from?

Question

This is perhaps a silly question, but in the docs it injects something called Config but I can't work out where this exists.

Is this part of NestJS? Is it something I'm supposed to create?

Please mention other relevant information such as Node.js version and Operating System.

  • @nestjs/common ^9.0.0
  • @nestjs/config ^2.2.0
  • @nestjs/core ^9.0.0
  • NodeJS v18.10.0
  • OS: macOS Monterey 12.6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.