New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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