AWS Amplify

A 2-post collection

Add Authentication to Streamlit Apps

By My Ultimate Guide For Everything |  Mar 12, 2025  | streamlit, user-authentication, streamlit_authenticator, aws-amplify
Secure Your Streamlit Apps: Implementing User Authentication Streamlit empowers you to build powerful data applications quickly. But what if you need to restrict access to sensitive data or features? User authentication is the answer. This post will guide you through two popular methods for adding user authentication to your Streamlit applications: streamlit_authenticator and AWS Amplify. Why User Authentication Matters in Streamlit User authentication adds a crucial layer of security, ensuring that only authorized users can access your application.
Continue Reading...

Authentication with AWS Amplify

By My Ultimate Guide For Everything |  Jun 9, 2023  | aws-amplify, authentication, react-native, cutomized-authentication
This is part of a series of posts on building mobile apps with React Native and AWS services. You can read the parent post here. Authentication with AWS Amplify User authentication is a fundamental requirement for many mobile applications. AWS Amplify provides a comprehensive solution for implementing user authentication in React Native apps. In this blog post, we will explore how to leverage Amplify Authentication to secure your React Native app with user sign-up, sign-in, and user management functionalities.
Continue Reading...