I would say that Ory Kratos made huge improvements in 2022, and the code graph is just looking like that because there was much more foundational work going on in 2021. In 2022 it was mostly adding features, fixing bugs etc, but the API and system was generally stable already.
from the top of my head some of the features added in 2022:
- verification and recovery codes
- import of MD5-hashed passwords
- integration with Ory Hydra
- device information in session
- session management APIs
- session metadata
- blocking webhooks
- many improvements to OIDC mappers
- session refresh
- opentelemetry tracing
- complete rewrite of docs
- import identities including hashed passwords
- custom email templates
- passwordless with webauth
- 1:1 compatibility Ory Network and Ory Open Source
Of course there was a huge amount of bugfixes and smaller improvements going on already.
2023 also already saw a ton of work being done on Ory Kratos including the 1.0 stable release.
Of course there is still much to do, and feedback like yours also helps!
If you are looking to contribute its always recommended to talk to the maintainer before you start coding - then we can let you know if its realistic to be merged or not.
Search is a not a trivial thing to implement, on the one hand it is needed in some form, on the other hand Ory Kratos should not bloat too much.
Anyway,
thanks for the feedback, will take it into consideration :-)
from the top of my head some of the features added in 2022: - verification and recovery codes - import of MD5-hashed passwords - integration with Ory Hydra - device information in session - session management APIs - session metadata - blocking webhooks - many improvements to OIDC mappers - session refresh - opentelemetry tracing - complete rewrite of docs - import identities including hashed passwords - custom email templates - passwordless with webauth - 1:1 compatibility Ory Network and Ory Open Source
Of course there was a huge amount of bugfixes and smaller improvements going on already. 2023 also already saw a ton of work being done on Ory Kratos including the 1.0 stable release. Of course there is still much to do, and feedback like yours also helps! If you are looking to contribute its always recommended to talk to the maintainer before you start coding - then we can let you know if its realistic to be merged or not. Search is a not a trivial thing to implement, on the one hand it is needed in some form, on the other hand Ory Kratos should not bloat too much.
Anyway, thanks for the feedback, will take it into consideration :-)