Skip to content

Help on using ORY in my app #1550

Answered by Benehiko
NurdinDev asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @NurdinDev

Sorry for the late reply!

Your question is quite vague in terms of what you have tried to implement or use in the Ory ecosystem.
I will try give you some pointers which might help you understand the Ory ecosystem better and how it can be implemented in your system.

Firstly, since you have a login/registration for users you need authentication which Ory Kratos solves.
Secondly, you need authorization which Ory Keto solves.

In your system you will be calling Ory Kratos (via a middleware) to verify if the user is logged in (and retrieve the logged in users' id) for certain resources which only a registered user can access or that specific users' data. On you Admin dashboard you…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vinckr
Comment options

Answer selected by vinckr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants