Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@novemberizing/iam

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@novemberizing/iam

NOVEMBERIZING STORAGE =====================

  • 0.0.54
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

NOVEMBERIZING STORAGE

ENGLISH | ํ•œ๊ตญ์–ด

Node js JavaScript

Github issues GitHub license GitHub release Npm version


"Novemberizing iam" is an application that implements the Identity Access Management System.

The goal of "Novemberizing iam" is to help you easily build user management and account management with just installation when building applications.

Class Diagram Log

INSTALL

...

USAGE

DEVELOPMENT ENVIRONMENT

๋กœ์ปฌ ๊ฐœ๋ฐœํ™˜๊ฒฝ์—์„œ ๋„์ปค๋ฅผ ์‹คํ–‰์‹œํ‚ค๋Š” ๋ฐฉ๋ฒ•

docker run -itd --name iam -p 40001:40001 -p 50001:50001 -v ${PWD}:/usr/src/app novemberizing/iam

TODO: ์•„๋ž˜์˜ ๊ฒƒ๋“ค์€ ๋‹ค์‹œ ์ž‘์„ฑํ•˜์ž. START ///////////////////////////////////////////// IAM ์„œ๋ฒ„๋ฅผ ๋™์ž‘์‹œํ‚ค๋Š” ๋ฐฉ๋ฒ•

docker run -itd --rm --name iam -p 40001:40001 -p 50001:50001 --mount type=bind,source=.\configure.json,target=/usr/src/app/configure.json novemberizing/iam

๋กœ์ปฌ ํด๋”์—์„œ IAM ํŽ˜์ด์ง€ ์‹คํ–‰์‹œํ‚ค๋Š” ๋ฐฉ๋ฒ•

docker run -itd --name nginx -p 8090:80 -v $PWD\default.conf:/etc/nginx/conf.d/default.conf:ro -v ${PWD}\docs:/usr/share/nginx/html:ro nginx

๋„์ปค๋ฅผ ๋นŒ๋“œํ•˜๋Š” ๋ฐฉ๋ฒ•

docker build --tag novemberizing/iam:[version tag] --tag novemberizing/iam:latest .

TODO: ์•„๋ž˜์˜ ๊ฒƒ๋“ค์€ ๋‹ค์‹œ ์ž‘์„ฑํ•˜์ž. END /////////////////////////////////////////////

DOCUMENT

Novemberizing iam api

FAQs

Package last updated on 24 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc