Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bezkoder/node-js-jwt-authentication-postgresql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 86fb3d1
Choose a base ref
...
head repository: cinnasphere/node-js-jwt-authentication-postgresql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40d2170
Choose a head ref
  • 1 commit
  • 18 files changed
  • 1 contributor

Commits on Jan 30, 2025

  1. Update backend configuration and routes

    - Add environment variables to .env
    - Update .gitignore to include .env
    - Define authentication routes in auth.routes.js
    - Implement signup and signin functions in auth.controller.js
    - Set up server with routes and CORS in server.js
    - Add fetch requests for testing endpoints in index.js
    cinnasphere committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    40d2170 View commit details
    Browse the repository at this point in the history
Loading