/authenticate_service

This project is a service for login and logout

Primary LanguageVue

Authenticate service

This project is a authenticate system other same as google, github, facebook

Client

VITE_API_URL="http://localhost:3000/api/v1"

Server

PORT=3000

DB_PORT=27017
DB_NAME=auth_db

REDIS_HOST=redis
REDIS_PORT=7379
REDIS_PASSWORD=vuluu2k
ACCESS_TOKEN_SECRET=test
REFRESH_TOKEN_SECRET=test