Replies: 9 comments 6 replies
-
After a small research, I found that Quora/Reddit/HackerNews suits better for the full-stack demo because of
|
Beta Was this translation helpful? Give feedback.
-
Maybe not on this demo but a B2B app demo might be useful? |
Beta Was this translation helpful? Give feedback.
-
I like the idea in general but I fear that putting in all Ory products could make it quite complex to grasp. But having that would be helpful for sure. In addition I could imagine to have smaller examples which only use a subset of products and features, e.g. only authentication via Kratos and auth validation via Oathkeeper which I assume to be a standard use case. |
Beta Was this translation helpful? Give feedback.
-
I think it sounds great and it would be good to incorporate a high level diagram making it clear what each product is for and how it is used (because when you first come to ory it's hard to wrap your head around this). |
Beta Was this translation helpful? Give feedback.
-
@gen1us2k Thanks for taking this up. Regarding this -> I would like to have an up to date example that demonstrates usage of Hydra with I got lucky searching for an example and finally found a working one here hidden in a branch - https://github.com/ory/kratos-selfservice-ui-node/tree/hydra-integration-2021 that helped me build my understanding of the flows. This example is still from an year ago and did not work with the latest Kratos version. I ended up using the latest code for Kratos self service UI and then integrating hydra related endpoints. It will be great to verify I haven't missed anything from a security perspective. I also ended up adding Oathkeeper in the mix. Here's the branch - https://github.com/chandanjog/ory-suite-spike/tree/updated-kratos-hydra and docker-compose setup to trigger authorize_code flow - https://github.com/chandanjog/ory-suite-spike/tree/updated-kratos-hydra/contrib/hydra. It will be great to have an example from your side that I can use to validate my approach. |
Beta Was this translation helpful? Give feedback.
-
How about a Google Drive demo ? |
Beta Was this translation helpful? Give feedback.
-
I think a SAAS example would be great as then you guys would see some of the pain points with it currently |
Beta Was this translation helpful? Give feedback.
-
A great demo would be how each service works alone and how to integrate one by one to full stack to work with a flutter app not just flutter web app. |
Beta Was this translation helpful? Give feedback.
-
I am only becoming familiar with Kratos and Keto at this point, but I would really love to see a full-stack tutorial for RBAC with Ory + Hasura + Next.js! I've found many of the existing auth solutions for this configuration to be somewhat lacking. This would be very useful to showcase custom JWT's granular Role-based data access in Hasura, and also best practices to implement Ory in an app that blends client-side and server-side authentication needs. One that tackles some standard roles (User, Admin, Editor, etc) but also gets into non-traditional cases such as specific users that need access to specific routes, etc.. would be a great plus too. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone.
Ory has many examples and demos of using Ory products. They are simple and easy to use. However, it would be great to have a real-life example that absorbs all Ory products (Ory Cloud, Ory Hydra, Ory Kratos, Ory Oathkeeper, Ory Keto).
I come up with these ideas for the project.
Requirements for the app:
What do you think of that? Do you have any ideas for a demo project?
Beta Was this translation helpful? Give feedback.
All reactions