a little context is, iā€™m trying to use the SDK in ...
# talk-kratos
h
a little context is, iā€™m trying to use the SDK in a VueJS site, with a middleware like there is in the express selfservice ui
m
Hey @User For an overview of the methods have a look at this file https://github.com/ory/sdk/blob/master/clients/kratos/typescript/api.ts I am working on improving the documentation there as well šŸ™
h
okay, gotcha
would it be the recommended way to use the SDK? or just use the self-service endpoints ?
m
I recommended the SDK āœ…
h
any plans on making an example with VueJS/Nuxt?
or is NextJS the preferred example?
m
we have a community contributed example for Vue: https://github.com/timalanfarrow/kratos-selfservice-ui-vue3-typescript
šŸŽ‰ 1
šŸ™Œ 1
And have plans to add it to our official examples - needs mostly e2e test and structure
h
nice, gonna look at it