Hello :slightly_smiling_face: Watching Ory' talks ...
# general
a
Hello 🙂 Watching Ory' talks from Oct. 2022, I heard a language server / packages were planned to help writing Ory Permissions Language code from an IDE, since it uses TypeScript. Is this still planned? I would like to keep my permissions in my project / under git for easy traceability. Also, do you plan to expand the doc with more examples to help people new to permissions (ex: how to check permissions from a JS/TS project, how to feed the permissions in Ory Network, …) ?
e
Hello! Please see here for the permissions language doc if you have not already seen it: https://www.ory.sh/docs/keto/reference/ory-permission-language You can get types for typescript for permissions here: https://www.npmjs.com/package/@ory/keto-namespace-types As for more examples, this is something we still have a goal of, but have been a bit behind due to other more pressing general demands.
a
Hi Jeff 🙂 Thanks a lot for the links! Just a note, in Ory Console, the imports are from
@ory/permission-namespace-types
in the placeholder of the « Permission Rules » tab, hence why I couldn't find the package and asked here 🙂
e
Good note! I will get that clarified in documentation with the team. Thank you!