> For the complete documentation index, see [llms.txt](https://moleculer-api.gitbook.io/iam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moleculer-api.gitbook.io/iam/miscellaneous/project-roadmap.md).

# Project Roadmap

* [x] 0.1.x Pre-alpha
  * [x] OIDC Provider
    * [x] hack `oidc-provider` module to be programmable
* [x] 0.2.x Alpha
  * [x] Identity Provider
    * [x] Storage
    * [x] In-Memory adapter (for testing and development)
    * [x] RDBMS adapter (MySQL, PostgreSQL, ...)
    * [x] OIDC scope and claims definition
    * [x] Declarative claims schema
    * [x] Robust migration support for versioned claims
    * [x] Battery included OIDC scopes
      * openid
      * profile (name, picture)
      * email (email, email\_verified)
      * phone (phone\_number, phone\_number\_verified)
      * gender
      * birthdate
    * [x] Dynamic scope grant without definition (eg. repo:read, calendar:create, whatever:dynamic:permissions)
  * [x] Federation
    * [x] OAuth
    * [x] Google (OIDC)
    * [x] Facebook
    * [x] KakaoTalk
  * [x] Application Renderer (React.js)
    * [x] token management
    * [x] login
    * [x] logout / change account
    * [x] consent
    * [x] account management
    * [x] find email
    * [x] reset password
    * [x] phone verification
    * [x] email verification
    * [x] 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
  * [x] `moleculer-api` integration example


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://moleculer-api.gitbook.io/iam/miscellaneous/project-roadmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
