Custom Authentication (JSON Web Tokens)

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ธ.ค. 2023
  • In this video we explore how to set up custom authentication with JSON web tokens (JTW).
    Xano
    www.xano.com
    Ready to try FlutterFlow for yourself? Start building your app today with a free trial 👉 www.flutterflow.com
    Follow us on Twitter 👉 / flutterflow
    --------------
    FlutterFlow is a low-code builder for native apps, bringing design and development into one tool. With drag-and-drop functionality, you can build pixel-perfect UIs and easily connect your app to live data via Firebase or APIs. Plus, you can add advanced features like push notifications, payments, animations, and more. Whether you build your own custom widgets or write custom code, FlutterFlow makes it easy to bring your app ideas to life.
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Flutterflow video's are the most amazing tutorial video's there are out there. Straight to the point, perfect pace and great voice John :) These type of video's make people want to learn the ins and outs of Flutterflow! And even more amazing that Flutterflow has this logic for custom Auth built in!!

  • @Dreysimmons
    @Dreysimmons 6 หลายเดือนก่อน +4

    This is what I love about flutterflow. We are always learning something! Keeping ourselves updated!....Thanks guys and Thanks John Higgins for you precise, concise and easy to understand tutorials! Great Job!

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

      @flutterflow could you guys make another one of these videos but maybe this time for aws amplify?

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

      Please i need your help , im new on flutter flow. Im using google firebase auth , and im fetching api call from airtable , is there a way for me to sort datas coming from airtable database , from which i have the Userid copy from firebase and pasted in airtable , can i filter the records by the Userid

    • @Dreysimmons
      @Dreysimmons 27 วันที่ผ่านมา

      Yed you can

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

    it's amazing. Thanks!

  • @yassineabid5369
    @yassineabid5369 6 หลายเดือนก่อน +1

    Thank you guys this tutorial!! Can you please do a tutorial on managing users with different roles and managing user capabilities inside Flutterflow? It's really needed by the community!

  • @athuls2816
    @athuls2816 6 หลายเดือนก่อน +3

    great video , can you make a video with integrating both firebase and supabase in the same app like using firebase auth and payment with rls enabled relational database of supabase

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

    Thanks for the tutorial! I still have a question: The Get Photos API Call uses the jwt because this needs authentication. But if you call the $.image.url as the image path the url is a public url and you didn't send a jwt for fetching that image - did I understand that correctly? It would be really great if you could add the option to send a jwt in the image widget to be able to access images from private buckets as well.

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

    oh my 10yrs later.Waited over a year for this tutorial but just ended up coding it by hand away from any no-code tools. Cool tho thanks

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

    i wish if you make part 2 of this tutorial and do not skip this part :(

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

    Thanks, great tutorial.
    Can we have one for Microsoft B2C as auth provider? Lots of enterprises are using Entra ID and Azure B2C as their auth provider and unfortunately, it is not straight forward as in Xano

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

    i went through the community and documentation i dont know how to check if the token is expired from flutterflow ????? so i can start the process to get a new token and how can i save the refresh token

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

    Most of the FF videos are like baby food. They never get into really hard. I like how he skips over the refresh token and timestamp.

  • @dennisdecock9293
    @dennisdecock9293 6 หลายเดือนก่อน +2

    Thank you for the tutorial. The part of the refresh token remains very unclear. I am trying to get some kind of automatic refresh system in my app but ending up getting a bunch of action blocks on every page. A real mess to maintain.
    Every time an API call is executed it should check if the token is valid, if not it should provide an endpoint where to get the new token based on the refresh token. If this is not provided than we have to code this manually in blocks. i really do not understand why this part is left out.
    Another thing is that you cannot update a user authentication from within an action block. So even when you create an automatic block for the check there are still a lot of extra steps on every page to update the user accordingly...

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

      Master OAuth & JWT: Practical Guide with Google Integration (web special)

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

    i was watching and waiting for the part of reset token and refresh time then he just skipped it "WHYYYYYY?" how can i set it up in my project please

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

    How about introducing ' return ' for widgets? My project is stuck. That's why I can't proceed.. It's also very difficult to switch to vscode..

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

    Hi,
    My project should allow the user once he has created his account and login, to be able to create an emergency medical profile. APIs were created and even deployed on heroku. On postman, everything works normally but on flutterflow when I try to test my api although I changed the header by the raw token instead of a dynamic (Authorization: Bearer [token]), I always get this error "Not authorized, no token". Could you help me solve this problem?
    Ps: I manage to create accounts and log in normally with APIs thanks to Custom Authentication (JSON Web Tokens)
    Thank you

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

    It is possible to use only registered number/id can signin , i mean only specfic use not outside from the company ?

  • @MisteR--
    @MisteR-- 6 หลายเดือนก่อน

    it is possible to get a real support when we have a Pro subscription please

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

    Please i need your help , im new on flutter flow. Im using google firebase auth , and im fetching api call from airtable , is there a way for me to sort datas coming from airtable database , from which i have the Userid copy from firebase and pasted in airtable , can i filter the records by the Userid

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

    Does flutter flow have refer and earn system? If I share the link and someone else joins through the link and receives the amount (both sender and creator). If yes, please bring a video.

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

    Great video as always. I will try to do a tutorial about using Custom Auth with Microsoft OAuth for example. Will that work? :hm:

    • @bobsteele6563
      @bobsteele6563 6 หลายเดือนก่อน +1

      please highlight desktop using AD

  • @ask.kreativedesign
    @ask.kreativedesign 4 หลายเดือนก่อน

    Hello sir, thanks for the video. Can u help me please? My API return a time with expireToken. How i config the flutterflow to go to loginPage when the time expire? Thanks!

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

    Hey, why do you use Xano opposed to Supabase? Just curious

    • @FlutterFlow
      @FlutterFlow  6 หลายเดือนก่อน +1

      No reason, just for a demo

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

    how to create Phone Number Validation in React With a Country Flag Dropdown in flutterflow

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

    I don't know why but your web app is just lagging a lot . I am not even able to use it . I have tried multiple times with different laptops but i am getting the same . I would be grateful if you will look through to this problem

  • @vieiraes
    @vieiraes 24 วันที่ผ่านมา

    this video needs to be updated... is not this flow correct nowadays

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

    Thanks for the video! It's so so so close to what I need to know. @FlutterFlow how can I validate the authentication response for email/password+Firebase authentication? I need to be able to create a snack bar error message if there is a problem logging in for my users (aka 'Invalid credentials'). Thank you!

  • @JuanPerez-vv5lk
    @JuanPerez-vv5lk 6 หลายเดือนก่อน

    can I use this if i'm doing a web app ?