AWS Amplify for iOS - User Authentication Tutorial 2/3
In this tutorial, we will be learning User Authentication in the AWS Amplify SDK for iOS. This was a hard topic for me to learn because there weren't that many tutorials out there to watch. Once I figured it out though, I was able to create multiple applications using the SDK provided by Amplify. It is a wonderful framework so I thought I should share it with people around here.
This is the second part out of a 3 part series.
Thank you!
Let me know what you guys would like for the next video!
If you enjoyed it, please like, comment, and subscribe. It means a lot to me!
You can contact me at [email protected].
––––––––––––––––––––––––––––––
To Count The Stars by Sapajou https://soundcloud.com/sapajoubeats
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Free Download / Stream: https://bit.ly/-to-count-the-stars
Music promoted by Audio Library https://youtu.be/vLjP16Ki8Sg
––––––––––––––––––––––––––––––
Connect with me on LinkedIn: https://www.linkedin.com/in/HenryOuang/
Follow me on Twitter: https://twitter.com/HenryOuang
Follow me on Instagram: https://instagram.com/henryo84
Lambda Function:
import json
def lambda_handler(event, context):
# Confirm the user
event['response']['autoConfirmUser'] = True
# Set the email as verified if it is in the request
if 'email' in event['request']['userAttributes']:
event['response']['autoVerifyEmail'] = True
# Set the phone number as verified if it is in the request
if 'phone_number' in event['request']['userAttributes']:
event['response']['autoVerifyPhone'] = True
# Return to Amazon Cognito
return event
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «AWS Amplify for iOS - User Authentication Tutorial 2/3», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.