October 2021 Summaries
2 posts from Ory
Filter
Month:
Year:
Post Summaries
Back to Blog
Part one of a two-part blog post explores building a full-stack e-commerce application using the Ory Network, focusing on creating a Node.js backend with the Express framework. Ory provides open-source identity management solutions, including authentication and authorization, and its Ory Network simplifies user account management using OAuth 2.0 for social sign-ins. The e-commerce company Amorevino utilizes Ory's services to efficiently handle user sessions without transferring critical data between the frontend and backend, enhancing trustworthiness and streamlining user logins. The backend middleware validates session tokens via Ory's API, ensuring secure user data handling, and the guide includes code snippets to illustrate the process. The second part of the blog post will delve into developing a native mobile application.
Oct 28, 2021
876 words in the original blog post.
The tutorial explores the development of a simple mobile app using Flutter for cross-platform applications, combined with Ory Kratos for authentication. Emphasizing state management through the BLoC design pattern, the guide details the integration of several packages, such as flutter_bloc for state management, http for API requests, and flutter_secure_storage for secure token storage. The app is designed to showcase authentication functionality by allowing users to register and log in, utilizing Ory Kratos' Public API for managing user sessions. Key implementation steps include setting up environment variables, initiating login flows, handling errors, and retrieving user-specific information post-login. The guide concludes by highlighting the security and flexibility benefits of Ory Kratos as a single sign-on solution, encouraging developers to explore the provided source code on GitHub for further understanding and practical application.
Oct 28, 2021
1,552 words in the original blog post.