https://github.com/arturbomtempo-dev/jwt-authentication-tutorial

This repository provides learning material for JWT authentication and password hashing with bcrypt in Node.js.

https://github.com/arturbomtempo-dev/jwt-authentication-tutorial

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (0.6%) to scientific vocabulary

Keywords

bcrypt cookie-parser docker docker-compose dotenv express jsonwebtoken jwt knex nodejs postgresql prettier swagger swagger-ui uuid zod
Last synced: 5 months ago · JSON representation

Repository

This repository provides learning material for JWT authentication and password hashing with bcrypt in Node.js.

Basic Info
Statistics
  • Stars: 4
  • Watchers: 0
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Topics
bcrypt cookie-parser docker docker-compose dotenv express jsonwebtoken jwt knex nodejs postgresql prettier swagger swagger-ui uuid zod
Created 6 months ago · Last pushed 6 months ago
Metadata Files
Readme

README.md

JWT Authentication Tutorial

Owner

  • Name: Artur Bomtempo Colen
  • Login: arturbomtempo-dev
  • Kind: user
  • Location: Belo Horizonte, MG
  • Company: @webtech-network

Full Stack Developer passionate about technology since 2006.

GitHub Events

Total
  • Watch event: 3
  • Push event: 4
  • Fork event: 4
Last Year
  • Watch event: 3
  • Push event: 4
  • Fork event: 4

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • postgres 15 docker
docker-compose.yml docker
  • postgres 17
package-lock.json npm
  • 467 dependencies
package.json npm
  • cross-env ^10.0.0 development
  • jest ^30.0.5 development
  • prettier ^3.6.2 development
  • supertest ^7.1.4 development
  • bcrypt ^6.0.0
  • cookie-parser ^1.4.7
  • dotenv ^17.2.1
  • express ^5.1.0
  • jsonwebtoken ^9.0.2
  • knex ^3.1.0
  • pg ^8.16.3
  • swagger-jsdoc ^6.2.8
  • swagger-ui-express ^5.0.1
  • uuid ^11.1.0
  • zod ^4.0.17