I am clueless on how anyone is able to get kratos ...
# general
s
I am clueless on how anyone is able to get kratos to work. I tried several times to get it to work from the documentation but I cannot even get passed the registration screen. does anyone have a better tutorial than the docs that acutally work?
f
Works for me pretty well. I got it running with the official docs and reading a bit of code. Unfortunately i don't have a tutorial for you, but I recommend you are a bit less confrontational when asking for help
s
My apologies I didn't mean to appear confrontational. The thing is I tried the official docs with a docker compose setup and Vue but when I start the registration flow I have to add a password field to the identity schema for it to be rendered unlike the documentation. And when I submit the registration information the krstos validator doesn't see the sent password field. It is very strange. But then I read in the release notes for 1.3 that registration flow has changed? I'm very confused.
m
Hello @straight-lizard-48774 What tutorial have you been following, can you link it please?
s
I finally got it to work, of course most of the problems I encountered were of my own fault but now everything works and I integrated ory/kratos with my nuxt3 application. I extracted the basic functionalities into an example repository if anyone is interested. In the end it was really super simple https://github.com/khusseini/nuxt-kratos-selfservice
m
Awesome, that is great to hear and thanks for sharing the code! Will check it out, if you want you can add it to the community resources here: https://www.ory.sh/docs/ecosystem/community
s
I am very happy to share. Should I open a PR to https://github.com/ory/examples with my nuxt code?
I just went ahead and opened one hehe https://github.com/ory/examples/pull/95
m
Thanks a lot! will see to get a review in early next week.