У нас вы можете посмотреть бесплатно Amazon Cognito Token Authentication in ASP.NET Core With JWT или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Get the source code for this video for FREE → https://the-dotnet-weekly.ck.page/cog... ☄️ Master the Modular Monolith Architecture: https://bit.ly/3SXlzSt 📌 Accelerate your Clean Architecture skills: https://bit.ly/3PupkOJ 🚀 Support me on Patreon to access the source code: / milanjovanovic Get $25 AWS credit for free here: https://aws.amazon.com/developer/lang... Token authentication is a popular approach for authenticating REST APIs. In this video, I'll show you how to use Amazon Cognito to obtain a JWT access token. Then, you'll see how to use this token to implement token authentication for your ASP.NET Core Web API. Amazon Cognito handles user authentication and authorization for your web and mobile apps. With user pools, you can easily and securely add sign-up and sign-in functionality to your apps. With identity pools (federated identities), your apps can get temporary credentials that grant users access to specific AWS resources, whether the users are anonymous or signed in. Check out my courses: https://bit.ly/3PupkOJ Amazon Cognito documentation: https://docs.aws.amazon.com/cognito Join my weekly .NET newsletter: https://www.milanjovanovic.tech Read my Blog here: https://www.milanjovanovic.tech/blog Chapters 0:00 What is Amazon Cognito? 1:19 Amazon Cognito User Pool setup 6:49 Cognito Hosted UI demo 9:29 OAuth Authorization Code flow 11:33 OAuth Refresh Token flow 12:38 Getting user info from Cognito 13:26 Cognito Token Authentication in ASP.NET Core