Skip to content

Commit

Permalink
autogen(docs): update milestone document
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Aug 18, 2021
1 parent 4ce03f2 commit 80c2fbe
Showing 1 changed file with 113 additions and 93 deletions.
206 changes: 113 additions & 93 deletions docs/docs/milestones.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,71 +3,10 @@ id: milestones
title: Milestones and Roadmap
---

## [v0.10.0-alpha.1](https://github.com/ory/kratos/milestone/13)

_This milestone does not have a description._

### [Feat](https://github.com/ory/kratos/labels/feat)

New feature or request.

#### Issues

- [ ] Require second factor only if device is unknown
([kratos#1643](https://github.com/ory/kratos/issues/1643))
- [ ] Potentially encrypt settings InternalContext
([kratos#1647](https://github.com/ory/kratos/issues/1647))
- [ ] Regenerate lookup secrets as part of login when last secret was used
([kratos#1649](https://github.com/ory/kratos/issues/1649))

### [Rfc](https://github.com/ory/kratos/labels/rfc)

A request for comments to discuss and share ideas.

#### Issues

- [ ] Potentially encrypt settings InternalContext
([kratos#1647](https://github.com/ory/kratos/issues/1647))

## [v0.7.x](https://github.com/ory/kratos/milestone/12)

_This milestone does not have a description._

### [Bug](https://github.com/ory/kratos/labels/bug)

Something is not working.

#### Issues

- [x] Submitting successful link verification again ends up with JSON response
([kratos#1546](https://github.com/ory/kratos/issues/1546)) -
[@hackerman](https://github.com/aeneasr)
- [x] Opening verification link in another browser causes GET request to fail
due to CSRF issue
([kratos#1547](https://github.com/ory/kratos/issues/1547)) -
[@hackerman](https://github.com/aeneasr)

#### Pull Requests

- [x] fix(sdk): use proper annotation for genericError
([kratos#1611](https://github.com/ory/kratos/pull/1611)) -
[@hackerman](https://github.com/aeneasr)

### [Docs](https://github.com/ory/kratos/labels/docs)
## [Incubating Release](https://github.com/ory/kratos/milestone/14)

Affects documentation.

#### Issues

- [x] Update CSRF pitfall section for admin endpoints
([kratos#1557](https://github.com/ory/kratos/issues/1557)) -
[@hackerman](https://github.com/aeneasr)
- [x] Different payload for stub:500
([kratos#1568](https://github.com/ory/kratos/issues/1568))

## [v0.9.0-alpha.1](https://github.com/ory/kratos/milestone/11)

_This milestone does not have a description._
This milestone tracks all issues we want to resolve before Ory Kratos goes into
incubating phase.

### [Bug](https://github.com/ory/kratos/labels/bug)

Expand All @@ -89,19 +28,13 @@ Something is not working.
- [ ] panic: a handle is already registered for path
'/self-service/recovery/methods/link'
([kratos#1068](https://github.com/ory/kratos/issues/1068))
- [ ] Recovery link doesn't log out existing users
([kratos#1077](https://github.com/ory/kratos/issues/1077))
- [ ] Email verification link is automatically opened by mail provider
([kratos#1202](https://github.com/ory/kratos/issues/1202))
- [ ] Relative path in ui_url or default_browser_return_url cause runtime crash
([kratos#1446](https://github.com/ory/kratos/issues/1446))
- [ ] /schemas/default does not work with base64 identity schemas
([kratos#1529](https://github.com/ory/kratos/issues/1529))
- [ ] Auto-Login on Registration flow does not return `session`, only `identity`
for SPA requests
([kratos#1604](https://github.com/ory/kratos/issues/1604))
- [x] recovery link is open by email app
([kratos#1142](https://github.com/ory/kratos/issues/1142))

### [Feat](https://github.com/ory/kratos/labels/feat)

Expand All @@ -116,25 +49,12 @@ New feature or request.
([kratos#117](https://github.com/ory/kratos/issues/117))
- [ ] Implement Hydra integration
([kratos#273](https://github.com/ory/kratos/issues/273))
- [ ] Support email verification paswordless login
([kratos#286](https://github.com/ory/kratos/issues/286))
- [ ] Prevent account enumeration for profile updates
([kratos#292](https://github.com/ory/kratos/issues/292)) -
[@hackerman](https://github.com/aeneasr)
- [ ] SMTP Error spams the server logs
([kratos#402](https://github.com/ory/kratos/issues/402))
- [ ] How to sign in with Twitter
([kratos#517](https://github.com/ory/kratos/issues/517))
- [ ] Selfservice account deletion
([kratos#596](https://github.com/ory/kratos/issues/596))
- [ ] Add ability to import user credentials
([kratos#605](https://github.com/ory/kratos/issues/605)) -
[@hackerman](https://github.com/aeneasr)
- [ ] Throttling repeated login requests
([kratos#654](https://github.com/ory/kratos/issues/654))
- [ ] Admin/Selfservice session management
([kratos#655](https://github.com/ory/kratos/issues/655)) -
[@Alano Terblanche](https://github.com/Benehiko)
- [ ] Require identity deactivation before administrative deletion
([kratos#657](https://github.com/ory/kratos/issues/657))
- [ ] Self-service GDPR identity export
Expand Down Expand Up @@ -162,14 +82,21 @@ New feature or request.
([kratos#1055](https://github.com/ory/kratos/issues/1055))
- [ ] Allow account recovery for identities without email address
([kratos#1419](https://github.com/ory/kratos/issues/1419))
- [ ] Write new recovery and verification strategy that does not rely on links
([kratos#1451](https://github.com/ory/kratos/issues/1451))
- [ ] Field validation answer status code 422 instead of 400
([kratos#1559](https://github.com/ory/kratos/issues/1559))
- [ ] [Feature] LOG_LEVEL to allow stacktrace in error for /api endpoint
([kratos#1589](https://github.com/ory/kratos/issues/1589))
- [ ] Deprecate webhook loader without URI scheme
([kratos#1610](https://github.com/ory/kratos/issues/1610)) -
[@Patrik](https://github.com/zepatrik)
- [ ] EMail on registration with existing identifier
([kratos#1625](https://github.com/ory/kratos/issues/1625))
- [ ] Require second factor only if device is unknown
([kratos#1643](https://github.com/ory/kratos/issues/1643))
- [ ] Regenerate lookup secrets as part of login when last secret was used
([kratos#1649](https://github.com/ory/kratos/issues/1649))
- [x] Potentially encrypt settings InternalContext
([kratos#1647](https://github.com/ory/kratos/issues/1647))

### [Docs](https://github.com/ory/kratos/labels/docs)

Expand All @@ -180,10 +107,6 @@ Affects documentation.
- [ ] Config JSON Schema needs example values
([kratos#179](https://github.com/ory/kratos/issues/179)) -
[@hackerman](https://github.com/aeneasr)
- [x] Document that identity information (traits, etc) are available to token
holders and backend systems
([kratos#43](https://github.com/ory/kratos/issues/43)) -
[@hackerman](https://github.com/aeneasr)

### [Rfc](https://github.com/ory/kratos/labels/rfc)

Expand All @@ -198,6 +121,8 @@ A request for comments to discuss and share ideas.
([kratos#765](https://github.com/ory/kratos/issues/765))
- [ ] Field validation answer status code 422 instead of 400
([kratos#1559](https://github.com/ory/kratos/issues/1559))
- [x] Potentially encrypt settings InternalContext
([kratos#1647](https://github.com/ory/kratos/issues/1647))

### [Blocking](https://github.com/ory/kratos/labels/blocking)

Expand All @@ -208,9 +133,107 @@ Blocks milestones or other issues or pulls.
- [ ] Implement Hydra integration
([kratos#273](https://github.com/ory/kratos/issues/273))

## [v0.10.0-alpha.1](https://github.com/ory/kratos/milestone/13)

_This milestone does not have a description._

### [Feat](https://github.com/ory/kratos/labels/feat)

New feature or request.

#### Issues

- [ ] Selfservice account deletion
([kratos#596](https://github.com/ory/kratos/issues/596))
- [ ] Add ability to import user credentials
([kratos#605](https://github.com/ory/kratos/issues/605)) -
[@hackerman](https://github.com/aeneasr)

## [v0.7.x](https://github.com/ory/kratos/milestone/12)

_This milestone does not have a description._

### [Bug](https://github.com/ory/kratos/labels/bug)

Something is not working.

#### Issues

- [x] Submitting successful link verification again ends up with JSON response
([kratos#1546](https://github.com/ory/kratos/issues/1546)) -
[@hackerman](https://github.com/aeneasr)
- [x] Opening verification link in another browser causes GET request to fail
due to CSRF issue
([kratos#1547](https://github.com/ory/kratos/issues/1547)) -
[@hackerman](https://github.com/aeneasr)

#### Pull Requests

- [x] fix(sdk): use proper annotation for genericError
([kratos#1611](https://github.com/ory/kratos/pull/1611)) -
[@hackerman](https://github.com/aeneasr)

### [Docs](https://github.com/ory/kratos/labels/docs)

Affects documentation.

#### Issues

- [x] Update CSRF pitfall section for admin endpoints
([kratos#1557](https://github.com/ory/kratos/issues/1557)) -
[@hackerman](https://github.com/aeneasr)
- [x] Different payload for stub:500
([kratos#1568](https://github.com/ory/kratos/issues/1568))

## [v0.9.0-alpha.1](https://github.com/ory/kratos/milestone/11)

This milestone focuses on passwordless authentication and improved recovery and
verification flows.

### [Bug](https://github.com/ory/kratos/labels/bug)

Something is not working.

#### Issues

- [ ] Recovery link doesn't log out existing users
([kratos#1077](https://github.com/ory/kratos/issues/1077))
- [ ] Email verification link is automatically opened by mail provider
([kratos#1202](https://github.com/ory/kratos/issues/1202))
- [x] recovery link is open by email app
([kratos#1142](https://github.com/ory/kratos/issues/1142))

### [Feat](https://github.com/ory/kratos/labels/feat)

New feature or request.

#### Issues

- [ ] Support email verification paswordless login
([kratos#286](https://github.com/ory/kratos/issues/286))
- [ ] Prevent account enumeration for profile updates
([kratos#292](https://github.com/ory/kratos/issues/292)) -
[@hackerman](https://github.com/aeneasr)
- [ ] Admin/Selfservice session management
([kratos#655](https://github.com/ory/kratos/issues/655)) -
[@Alano Terblanche](https://github.com/Benehiko)
- [ ] Write new recovery and verification strategy that does not rely on links
([kratos#1451](https://github.com/ory/kratos/issues/1451))

### [Docs](https://github.com/ory/kratos/labels/docs)

Affects documentation.

#### Issues

- [x] Document that identity information (traits, etc) are available to token
holders and backend systems
([kratos#43](https://github.com/ory/kratos/issues/43)) -
[@hackerman](https://github.com/aeneasr)

## [v0.8.0-alpha.1](https://github.com/ory/kratos/milestone/10)

This milestone focuses on MFA with TOTP.
This milestone focuses on MFA with TOTP, WebAuthn, and Recovery Codes.

### [Bug](https://github.com/ory/kratos/labels/bug)

Expand All @@ -232,9 +255,6 @@ New feature or request.
- [ ] Add `return_to` to self-service SDK methods including logout
([kratos#1605](https://github.com/ory/kratos/issues/1605)) -
[@hackerman](https://github.com/aeneasr)
- [ ] Deprecate webhook loader without URI scheme
([kratos#1610](https://github.com/ory/kratos/issues/1610)) -
[@Patrik](https://github.com/zepatrik)
- [x] Implement identity state and administrative deactivation, deletion of
identities ([kratos#598](https://github.com/ory/kratos/issues/598)) -
[@hackerman](https://github.com/aeneasr)
Expand Down

0 comments on commit 80c2fbe

Please sign in to comment.