Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Pro-Mentor/auth-service

Open more actions menu

Repository files navigation

auth-service

Handling Users and Authentication

swagger url

http://sltc.app.promentor.local:8081/api/v1/auth/api-docs

configure the service

  • create a .env file in the root of the derectory
  • replace the required properties of the .env values
HOST=sltc.app.promentor.local
PORT=8081
SERVICE_NAME=pro-mentor-auth-service

KEYCLOAK_CLIENT_ID=pro-mentor-auth-service
SLTC_CLIENT_SECRET=r0*********************dv

MONGODB_URI=mongodb://root:root@localhost:27017/auth-service?authSource=admin

RABBITMQ_CONNECTION=amqp://admin:admin@localhost:5672

PG_USER=keycloak
PG_PASSWORD=keycloak
PG_DATABASE=keycloak
PG_HOST=localhost
PG_PORT=5432

run service

npm run dev_window

CI/CD

CI/CD diagram

About

Handling Users and Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.