All Projects → adrien2p → Nestjs Sequelize Jwt

adrien2p / Nestjs Sequelize Jwt

Licence: mit
Nest + Sequelize + jwt

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nestjs Sequelize Jwt

Nestjs Graphql
nest-js starter which implement graphql module
Stars: ✭ 111 (-12.6%)
Mutual labels:  dotenv, orm, sequelize, nest, jwt, jsonwebtoken
Sequelize
Sequelize module for Nest framework (node.js) 🍈
Stars: ✭ 88 (-30.71%)
Mutual labels:  orm, sequelize, nest
Nextjs Sequelize
Next.js With Sequelize Web Application, a Full-Stack Web App Development Boilerplate. https://medium.com/@defrian.yarfi/next-js-with-sequelize-web-application-a-full-stack-web-development-a0051074e998
Stars: ✭ 21 (-83.46%)
Mutual labels:  orm, sequelize, jwt
Jwt
JWT utilities module based on the jsonwebtoken package 🔓
Stars: ✭ 232 (+82.68%)
Mutual labels:  nest, jwt, jsonwebtoken
Hapi Auth Keycloak
JSON Web Token based Authentication powered by Keycloak
Stars: ✭ 29 (-77.17%)
Mutual labels:  jwt, jsonwebtoken
X Restful Api Generator Koa
一个基于 Koa 的 RESTful API 服务脚手架。 A RESTful API generator for Koa
Stars: ✭ 18 (-85.83%)
Mutual labels:  jwt, jsonwebtoken
Nest Passport
Nest authentication example using passport strategies
Stars: ✭ 44 (-65.35%)
Mutual labels:  nest, jwt
Example Auth
User auth, session & JWT example for ReactQL
Stars: ✭ 51 (-59.84%)
Mutual labels:  sequelize, jwt
Jsonwebtoken
JWT lib in rust
Stars: ✭ 681 (+436.22%)
Mutual labels:  jwt, jsonwebtoken
Jose
Universal "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK with no dependencies
Stars: ✭ 1,029 (+710.24%)
Mutual labels:  jwt, jsonwebtoken
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+825.98%)
Mutual labels:  orm, jwt
Geek Framework
基于SpringBoot+Shiro+Redis+Jwt+Thymeleaf+MyBatis 开发的后台用户、角色、权限、会员管理、RestFul、Token和前台用户登录注册以及前后台用户分离的脚手架,技术交流请加QQ群:805442966
Stars: ✭ 804 (+533.07%)
Mutual labels:  jwt, jsonwebtoken
Spring Boot Jwt
JWT auth service using Spring Boot, Spring Security and MySQL
Stars: ✭ 795 (+525.98%)
Mutual labels:  jwt, jsonwebtoken
Sequelize
An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js
Stars: ✭ 25,422 (+19917.32%)
Mutual labels:  orm, sequelize
Sjwt
Simple JWT Golang
Stars: ✭ 86 (-32.28%)
Mutual labels:  jwt, jsonwebtoken
Djwt
Create and verify JSON Web Tokens (JWT) with deno.
Stars: ✭ 93 (-26.77%)
Mutual labels:  jwt, jsonwebtoken
Dashboard Server
A JSON file RESTful API with authorization based on json-server
Stars: ✭ 48 (-62.2%)
Mutual labels:  jwt, jsonwebtoken
Egg Sequelize
Sequelize for Egg.js
Stars: ✭ 540 (+325.2%)
Mutual labels:  orm, sequelize
Django Graphql Jwt
JSON Web Token (JWT) authentication for Graphene Django
Stars: ✭ 649 (+411.02%)
Mutual labels:  jwt, jsonwebtoken
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+892.91%)
Mutual labels:  jwt, jsonwebtoken

Nest

Project made with nest and use

And what about this repo ?

This project is a starter kit which implement the following :

  • Nest.js
  • Sequelize (ORM)
  • Umzug (Migration)
  • Dotenv (Evironement variable)
  • JWT (For Json Web Token authentication)

How it works

  • To format code npm run format
  • Start the server npm start
  • To run up/down migration npm run migrate {up/down}

Configuration

To configure put all config file in the ./src/config/*. To use the env variable, remove .demo from .env.demo.

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].