Want a FULLY Functional MAUI Login Page? Watch This Now

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • 🚀 MAUI Login Page Secrets Revealed. Includes MAUI the Login Page Full Flow.
    👉 Get Source Code: / codingdroplets
    DotNet MAUI Tutorial Series: • .NET MAUI
    Web API JWT Authentication: • ASP.Net Core Web API J...
    Step by Step Tutorial explaining DotNet MAUI Login Implementation:
    In this video, we’ll walk through how to implement login and authentication in a .NET MAUI app using JWT tokens. You’ll learn to create a MAUI login page design that connects with a Web API, enabling seamless MAUI login authentication. This tutorial covers the full login flow in MAUI, including login, logout, and role-based authorization. We’ll explore building a MAUI login form that interacts with an API for secure MAUI JWT authentication.
    Throughout this video, you'll see a detailed MAUI login tutorial with a C# login page example using MVVM architecture. The tutorial demonstrates the entire login page flow, from designing the login screen to verifying credentials via an API and managing user sessions. We’ll also implement MAUI authorization by allowing only administrators to add, edit, or delete user accounts, while regular users can only view them.
    By the end of this video, you will have a working .NET MAUI login app that includes a login page example, user session handling, and authentication using a Web API. Whether you’re looking to implement a MAUI login template or build a complete login system in your MAUI app, this video has got you covered!
    #dotnetmaui #mobileappdevelopment #mobileapp #dotnet #dotnetcore #csharpdeveloper #visualstudio #programming #programmingtutorial #coding #codingdroplets #crossplatform

ความคิดเห็น • 6

  • @CodingDroplets
    @CodingDroplets  5 วันที่ผ่านมา

    👉 Get Source Code: www.patreon.com/CodingDroplets
    DotNet MAUI Tutorial Series: th-cam.com/play/PLzewa6pjbr3KKuUTp8ivXjcR4rvFvyoNw.html
    Web API JWT Authentication: th-cam.com/video/w8I32UPEvj8/w-d-xo.html

  • @cissemy
    @cissemy 5 วันที่ผ่านมา +1

    Excellent .Can you make video about push notification ?
    Thanks

    • @CodingDroplets
      @CodingDroplets  5 วันที่ผ่านมา +2

      Thank you! I'm glad you liked the video. I'll definitely consider making a video on that. Stay tuned! 😊

  • @junnavarra1559
    @junnavarra1559 4 วันที่ผ่านมา +1

    Great example. I was able to run the Web API and .NET Maui app using a Dev Tunnel. Is there an expiration of the access token? Some examples in TH-cam uses JWT Refresh Token. Can we implement that also? Thanks!

    • @CodingDroplets
      @CodingDroplets  8 ชั่วโมงที่ผ่านมา

      I'm so glad the example helped you out! 😊 You're right. Access Tokens with expiry and using a refresh token is a smart way to get a new access token without needing the user to log in again. It’s definitely doable and a great way to keep apps secure. I’ll think about making a video on how to set up refresh tokens soon.

    • @junnavarra1559
      @junnavarra1559 6 ชั่วโมงที่ผ่านมา

      @@CodingDroplets Looking forward on your next video. I appreciate your work.