Authentication with Bubble (Sign up + Login)

Options
Michael Udinski
Michael Udinski Administrator

ADMIN

edited October 2022 in ? Video Tutorials

Hey all,


A question came up recently how to accomplish Xano's authentication flow in Bubble. Check out this tutorial on how to do so:



Comments

  • Joerg
    Joerg Member
    Options
    Great video :) thanks, Micheal 

    you pass the AuthToken as a page parameter in the URL. Is that secure?

    Are there more secure ways to pass the AuthToken? Or, is it more secure to store the AuthToken in a Bubble page parameter and design the entire user area on a single page?   
  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
    Yes, since it's over https protocol and an encrypted token. You can also use local storage to pass the token (see the updated tutorial below):