m
m
moleculer-iam
English
Search
K

Project Roadmap

  • 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