Forgot/Reset Password With Identity and ASP.NET Core Web API

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

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

  • @CodeMaze
    @CodeMaze  5 หลายเดือนก่อน +1

    Thank you all for watching and for your support.
    ►► If you want to master Web API development using best practices, check out our Web API book: bit.ly/3x75ZMM
    ►► Also, to build great full-stack apps with Blazor, check out our course: bit.ly/3Pw3Y33

  • @hussainal-ahmdi1484
    @hussainal-ahmdi1484 22 วันที่ผ่านมา

    Thank you so much mate

    • @CodeMaze
      @CodeMaze  21 วันที่ผ่านมา

      No problem 👍

  • @younesyounes-u8d
    @younesyounes-u8d หลายเดือนก่อน

    thank you so much for the explanation

    • @CodeMaze
      @CodeMaze  หลายเดือนก่อน

      Glad it was helpful!

  • @10Totti
    @10Totti 5 หลายเดือนก่อน

    Best Tutorial!

    • @CodeMaze
      @CodeMaze  5 หลายเดือนก่อน +1

      Glad you think so! Thanks for the support mate.

  • @Ahmed2z-m9o
    @Ahmed2z-m9o 3 หลายเดือนก่อน

    from where you get the decoded token?

    • @CodeMaze
      @CodeMaze  3 หลายเดือนก่อน

      You can use any online service to decode it, or add a breakpoint where you create it and copy it from VS.

  • @obinnailoanya8730
    @obinnailoanya8730 4 หลายเดือนก่อน

    This is actually very very nie

    • @CodeMaze
      @CodeMaze  3 หลายเดือนก่อน

      Thank you. I am glad you like it.

  • @younesyounes-u8d
    @younesyounes-u8d หลายเดือนก่อน

    how can i get the source code ???

    • @CodeMaze
      @CodeMaze  หลายเดือนก่อน

      The link to the patreon membership is in the description. You get other benefits next to a source code.

  • @Galal424
    @Galal424 5 หลายเดือนก่อน +1

    Blease, Can you explain how to add products to the cart by use Session ? Assuming you have 3 table product and Unit and Product_Units and the Product_Units => public class Product_Unit
    {
    [Key]
    public int Id { get; set; }
    [Required]
    [Display(Name = "Product Name")]
    public int ProductId { get; set; }
    [ForeignKey("ProductId")]
    public virtual Product? Product { get; set; }
    [Required]
    [Display(Name = "Unit Name")]
    public int UnitId { get; set; }
    [ForeignKey("UnitId")]
    public virtual Unit? Unit { get; set; }
    [Required]
    [Display(Name = "Price")]
    public decimal SpecialPrice { get; set; } Note: the product can have more than one unit
    Thank you in advance.

    • @Glearnlearn
      @Glearnlearn 5 หลายเดือนก่อน

      I am very excited about this lesson

  • @alialshreef2874
    @alialshreef2874 5 หลายเดือนก่อน +1

    💯💯👍

    • @CodeMaze
      @CodeMaze  5 หลายเดือนก่อน +2

      Thank you.

  • @mdsafikulislam9113
    @mdsafikulislam9113 4 หลายเดือนก่อน

    Hell😊 Dear Brother,
    I've a humble request to you that, How to implement PHONE OTP in. NET Core Project?

    • @CodeMaze
      @CodeMaze  4 หลายเดือนก่อน

      Hi. I already recorder 2FA video which will be part of this series. But, as you can see, here I used Email providers and that will be the case for the OTP (2FA) video. But, maybe I can record a video on how to send SMS in ASP.NET Core and all everyone needs to do is simply replace the email service with the phone service. It should be pretty easy. But for now, an email service will be used.

    • @mdsafikulislam9113
      @mdsafikulislam9113 4 หลายเดือนก่อน

      @@CodeMaze Thank you brother.
      I've a 3rd party SMS API GATEWAY Services.
      How to implement in. NET CORE?
      Could I share the credentials of sms apis?

    • @CodeMaze
      @CodeMaze  4 หลายเดือนก่อน

      I am not sure about that, and which third party lib you have. Anyway, maybe this article can help: code-maze.com/send-sms-aspnetcore/

    • @mdsafikulislam9113
      @mdsafikulislam9113 4 หลายเดือนก่อน

      @@CodeMaze docs.google.com/document/d/10sXwgdtk0koYFPYon7iZXlguZMYSWINcKjdycWpKVTI/edit?usp=drivesdk

  • @MM-nj4im
    @MM-nj4im 3 หลายเดือนก่อน

    I got Invalid token when submitting.

    • @CodeMaze
      @CodeMaze  3 หลายเดือนก่อน

      Have you checked if it is well decoded? If you just copy-paste it from the email message it will not be valid (as I mentioned in the video). This is the only idea that comes to my mind since I don't have any other details provided.

    • @MM-nj4im
      @MM-nj4im 3 หลายเดือนก่อน

      ​@@CodeMaze Yes, It was a encoded, I've decoded it when passing the token to "ResetPasswordAsync" and it worked. Thanks!

  • @Galal424
    @Galal424 5 หลายเดือนก่อน

    100%

    • @CodeMaze
      @CodeMaze  4 หลายเดือนก่อน

      Thanks.