All Projects → leosuncin → nest-auth-example

leosuncin / nest-auth-example

Licence: other
Nest.js authentication with Passport. Realworld example

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nest-auth-example

Nest Passport
Nest authentication example using passport strategies
Stars: ✭ 44 (-76.34%)
Mutual labels:  passport, nestjs
bad-cards-game
Bad Cards Game
Stars: ✭ 23 (-87.63%)
Mutual labels:  backend, nestjs
Passport
Passport module for Nest framework (node.js) 🔑
Stars: ✭ 211 (+13.44%)
Mutual labels:  passport, nestjs
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+59.14%)
Mutual labels:  passport, nestjs
Poetryclub Backend
基于 laravel + vue.js 的诗词小筑网站后台页面与后端代码
Stars: ✭ 87 (-53.23%)
Mutual labels:  backend, passport
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+65.05%)
Mutual labels:  passport, nestjs
next-api-decorators
Collection of decorators to create typed Next.js API routes, with easy request validation and transformation.
Stars: ✭ 187 (+0.54%)
Mutual labels:  backend, nestjs
nestjs-auth0
An example NestJS application that uses Auth0 via Passport for authentication.
Stars: ✭ 148 (-20.43%)
Mutual labels:  passport, nestjs
Bank
🏦 Full Stack Web Application similar to financial software that is used in banking institutions | React.js and Node.js
Stars: ✭ 1,158 (+522.58%)
Mutual labels:  backend, nestjs
Ultimate Backend
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Stars: ✭ 978 (+425.81%)
Mutual labels:  backend, nestjs
nestjs-auth0
Nestjs + Auth0
Stars: ✭ 80 (-56.99%)
Mutual labels:  passport, nestjs
nestjs-zero-to-hero
Coding through the course: NestJS Zero to Hero - Modern TypeScript Backend Development
Stars: ✭ 23 (-87.63%)
Mutual labels:  backend, nestjs
nest-js-boilerplate
Nest.js boilerplate
Stars: ✭ 79 (-57.53%)
Mutual labels:  passport, nestjs
Core Nestjs
A simple application demonstrating the basic usage of permissions with NestJS (JWT, Passport, Facebook, Google+, User, Group, Permission)
Stars: ✭ 347 (+86.56%)
Mutual labels:  passport, nestjs
nestjs-auth-starter-kit
NestJS Auth Starter Kit (typescript / typeorm / swagger / passport / bcrypt)
Stars: ✭ 37 (-80.11%)
Mutual labels:  passport, nestjs
nestjs-config
NestJS Module for Nonfig services. Nonfig combines Configurations and Features. So you change features, and release swiftly, and measure to digital impact.
Stars: ✭ 40 (-78.49%)
Mutual labels:  backend, nestjs
ng-nest-cnode
Angular 10 Front-End and Nestjs 7 framework Back-End build Fullstack CNode
Stars: ✭ 17 (-90.86%)
Mutual labels:  passport, nestjs
teanjs
🔥 TypeORM - Express - Angular 8 - NestJS Server Side Rendering (SSR) 😺
Stars: ✭ 62 (-66.67%)
Mutual labels:  passport, nestjs
Nestjs-Typeorm-Auth
NestJS + Typeorm codebase containing a full authentification system with roles, sessions and email verification.
Stars: ✭ 37 (-80.11%)
Mutual labels:  backend, nestjs
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (-22.04%)
Mutual labels:  backend, nestjs

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript starter repository.

Installation

$ npm install
$ cp .env.example .env

Database (development)

# start the database
$ docker-compose up -d

# run migrations
$ npm run typeorm migration:run

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

Try it

Gitpod Try-it

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.

🌟 Stargazers

Stargazers repo roster for @leosuncin/nest-auth-example

🍴 Forkers

Forkers repo roster for @leosuncin/nest-auth-example

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].