From 20da86cd20ffd69c080b78debbd4645f57f79284 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 21 Oct 2020 00:05:31 +0000 Subject: [PATCH] autogen(docs): update milestone document --- docs/docs/milestones.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/milestones.md b/docs/docs/milestones.md index a8e24d77d53..cabb946bb01 100644 --- a/docs/docs/milestones.md +++ b/docs/docs/milestones.md @@ -25,6 +25,8 @@ New feature or request. - [ ] Implement Hydra integration ([kratos#273](https://github.com/ory/kratos/issues/273)) - [ ] Self-service GDPR identity export ([kratos#658](https://github.com/ory/kratos/issues/658)) - [ ] Admin/Selfservice session management ([kratos#655](https://github.com/ory/kratos/issues/655)) +- [ ] Double slash in URLs causes CSRF issues ([kratos#779](https://github.com/ory/kratos/issues/779)) +- [ ] Webhook notification based system ([kratos#776](https://github.com/ory/kratos/issues/776)) ### [Blocking](https://github.com/ory/kratos/labels/blocking) @@ -47,6 +49,7 @@ Something is not working. - [ ] Sending JSON to complete oidc/password strategy flows causes CSRF issues ([kratos#378](https://github.com/ory/kratos/issues/378)) - [ ] Unmable to use Auth0 as a generic OIDC provider ([kratos#609](https://github.com/ory/kratos/issues/609)) - [ ] Password reset emails sent twice by each of the two kratos pods in my cluster ([kratos#652](https://github.com/ory/kratos/issues/652)) +- [ ] Investigate why smtps fails but smtp does not ([kratos#781](https://github.com/ory/kratos/issues/781)) - [@hackerman](https://github.com/aeneasr) - [x] Building From Source fails ([kratos#711](https://github.com/ory/kratos/issues/711)) ### [Feat](https://github.com/ory/kratos/labels/feat)