Login System in Unreal Engine using AWS Part 7 | Account Confirmation

Sdílet
Vložit
  • čas přidán 23. 06. 2023
  • Unreal Engine 4.27, 5.0, 5.1, 5.2
    Github files: github.com/IamKingWaiMark/Unr...
    Hello, in this video, we’ll continue building the Login System using Amazon Cognito, API Gateway, Lambda Function, and the HTTP Requests for Blueprints plugin.
    In the last video, we added more customizations to the UI, implemented the logic for the sign up page, and successfully created an user in Cognito in Unreal Engine using the API that was created.
    Now we’ll see how we can confirm the account so we can sign in with it.
    If you find this video helpful, please Like, Share, and Subscribe to support the channel!
    Http Requests for Blueprints Plugin:
    www.unrealengine.com/marketpl...
    Http Requests for Blueprints Plugin Documentation: codeible.com/view/videotutori...
    How to install HTTP Requests for Blueprints plugin for Unreal Engine Source Project from Git:
    codeible.com/view/videotutori...
    0:05 - Introduction
    0:25 - Demo why Confirmation is needed
    1:17 - Switching to Confirm Widget
    4:21 - Testing the Switch Logic
    5:29 - Naming the Switch to Confirm Widget section
    5:45 - Confirm Button Logic
    14:13 - Thanks for watching Subscribe Like Share!
    Read it on Codeible:
    codeible.com/view/videotutori...
    If you find this video helpful, please Like, Share, and Subscribe to support the channel!
    Codeible App:
    play.google.com/console/u/0/d...
    Codeible website:
    codeible.com/
    Loop Clicker:
    play.google.com/store/apps/de...
    Loop Clicker Website:
    loopclicker.web.app/
    Support Codeible on Patreon!
    / codeible
    Reddit:
    / codeible
    Follow on Pinterest:
    / codeible
    Follow on Instagram:
    / codeibleig
    Follow on Twitter:
    intent/follow?ori...

Komentáře • 3

  • @SurajPandya
    @SurajPandya Před rokem

    Unreal Engine is repeatedly crashing after signup. please tell me what to do

    • @SurajPandya
      @SurajPandya Před rokem

      it says
      Assertion failed: !GetHeader(L"Content-Type").IsEmpty() || RequestPayload->IsURLEncoded() [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Online\HTTP\Private\Curl\CurlHttp.cpp] [Line: 850

    • @Codeible
      @Codeible  Před rokem +1

      @@SurajPandya Check if your headers are right with no spaces at the beginning. and the body has data in it.