Hi all! I have a very simple question as a Kratos ...
# talk-kratos
r
Hi all! I have a very simple question as a Kratos rookie. Right now I'm a bit confused about versions and documentation.
v1.0.0
seems the latest stable. The quickstart in
master
uses this. However, the quickstart in
v1.0.0
uses
v0.13.0
. Moreover, the feature flag
use_continue_with_transitions
seems invalid in
v1.0.0
, despite being in the docs configuration reference. Is this generally outdated or is this FF still there by mistake? I'm happy to look at a config schema in the code as well, if someone points me to it.
w
take a look in the script directory under the kratos project directory. You'll find a file named
render-schemas.sh
You'll notice it pulls down the
<http://github.com/ory/x|github.com/ory/x>
version of the config.schema.json and stuffs it into the
.schemastore/config.schema.json
(among other things it does). Running this gave me the config schema that I would expect for
v1.0.0
. Whether this is advised or not, I have no idea. YMMV. I run ory* self-hosted.