0.2.12 • Published 4 years ago

moleculer-iam-app-renderer v0.2.12

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

moleculer-iam

Centralized IAM module for moleculer. Including a certified OIDC provider and an Identity provider for user profile, credentials, and custom claims management feature. Custom claims could be defined/updated by declarative schema which contains claims validation and migration strategy. Also including default interaction React.js application for login/logout/registration and other OP interactions, and the account management React.js application.

Build Status Coverage Status David Known Vulnerabilities NPM version Moleculer

Project Architecture Diagram

Features

  • Identity Provider
    • based on RDBMS
    • declarative claims schema definition for validation
    • dynamic update for claims schema and scope
    • versioned claims with robust claims schema migration support
    • each identities are cached as JSON value for performance
    • support complex query for fetching identity
    • basic OpenID claims battery included
    • ready for distributed system
  • OpenID Connect Provider
    • based on panva/node-oidc-provider
    • OpenID certified library
    • ready for basic interactions for below react app
    • federation presets for google and facebook, kakaotalk based on passport, also extendable
    • support i18n; for now ko-KR, en-US
  • Moleculer integrated actions and events
    • manage IDP claims schema and identity
    • manage OP client and other models
  • React App for OP interaction rendering
    • based on react-native-ui-kitten and react-navigation
    • session based
    • support i18n; for now ko-KR, en-US
    • support login/logout/register/findEmail/resetPassword/verifyEmail/verifyPhone/consent
    • support theming and various customization option without rebuild from server configuration
    • this whole app can be replaced to custom one from server configuration

Usage

1. Documents

2. Examples

3. Quick Start

yarn add moleculer-iam

...

Development

build

  • yarn build-all

1. moleculer-iam

OIDC Provider + IDP + Moleculer service

  • yarn workspace moleculer-iam dev [example=simple] - Start development with ./examples (nodemon with ts-node)
  • yarn workspace moleculer-iam lint - Run TSLint
  • yarn workspace moleculer-iam build- Transpile ts to js
  • yarn workspace moleculer-iam deps- Update dependencies
  • yarn workspace moleculer-iam test - Run tests & generate coverage report
  • yarn workspace moleculer-iam test --watch - Watch and run tests

2. moleculer-iam-app-renderer

React Application for OIDC interactions with browser

  • yarn workspace moleculer-iam-app-renderer dev - Start Server Application development (webpack)
  • yarn workspace moleculer-iam-app-renderer build- Transpile client-side ts/tsx to js
  • yarn workspace moleculer-iam-app-renderer build-server- Transpile server-side ts to js
  • yarn workspace moleculer-iam-app-renderer test - Run tests

Release Road-map

  • 0.1.x Pre-alpha
    • OIDC Provider
      • hack oidc-provider module to be programmable
  • 0.2.x Alpha
    • Identity Provider
      • Storage
        • In-Memory adapter (for testing and development)
        • RDBMS adapter (MySQL, PostgreSQL, ...)
      • OIDC scope and claims definition
        • Declarative claims schema
        • Robust migration support for versioned claims
        • Battery included OIDC scopes
          • openid
          • profile (name, picture)
          • email (email, email_verified)
          • phone (phone_number, phone_number_verified)
          • gender
          • birthdate
      • Dynamic scope grant without definition (eg. repo:read, calendar:create, whatever:dynamic:permissions)
    • Federation
      • OAuth
        • Google (OIDC)
        • Facebook
        • KakaoTalk
    • Application Renderer (React.js)
      • token management
        • login
        • logout / change account
        • consent
      • account management
        • find email
        • reset password
        • phone verification
        • email verification
        • registration
  • [] 0.3.x Beta
    • [] Application renderer simple test cases
    • [] OIDC Provider
      • [] test and support Device code flow, also QR code
    • [] Identity Provider
      • [] 2FA
    • [] Account manager application
      • [] manage profile/session/credentials/devices/grants
  • [] 1.0.x First Stable Release
    • [] Rate limiter
    • [] IP filter
    • [] Documentation
    • [] moleculer-api integration example

Contribution

Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important.

License

The project is available under the MIT license.

Contact

Copyright (c) 2019 QMIT Inc.

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8-hotfix

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.6-hotfix

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.0.2

4 years ago