-
Extract Auth ID from an input parameter
I have a public endpoint that needs to return some initial data, however, if the User is Auth'd (required to make make the booking) it needs to return the initial data with the additional data from the booking specific to the Auth ID. I would like to pass the Auth token via an input and extract the Auth details within a…
-
Authentication not working with other data sources
I was working on a second data source and branch on our authentication flow and kept getting this issue Whoops! An error occurred. Exception: Invalid authentication token. I decided to try on the live data source and it works I also tried with postman and when using the live data source it works, but when I change the data…
-
Multiple redirect URIs for Magic Links?
Hey all! Working on getting sendgrid + magic links set up. I got it working a Reset Password flow, and then wanted to also allow regular magic login (like Slack). Problem is, there's only one env variable for magic_link_redirect_uri – so the generate-magic-link function is always generating the same URL, and can't…
-
LinkedIn OAuth Issues
Hi, I am having issues with the LinkedIn OAuth and was wondering if anyone else is experiencing the same issues, or knows how to fix it? The following might be related to the issue I'm having, but it might not. Skip to the *** symbols if you just want to read the issue. PSA: I think the Marketplace plugin might be…
-
Paywall best practices
Hi I am trying to implement complex paywall logic for my website content, and wanted to see if anyone had tips for best practices. I don't think I could use standard authentication on API calls, because I want to allow non authenticated users to also have access to a specific amount of content per month. The paywall will…
-
Simultaneous multiple authentication sources for API
When requiring authentication for API endpoints, I saw you could set up and select any table, however, you can only choose one option. I have both a User and a Employee table. Some of my endpoints will be used for both my user and enterprise websites, so I want a way to have multiple simultaneous authentication sources.…
-
Can anyone help? I need to execute a jar file to generate a digital signature. Willing to pay!
I need to execute a jar file to generate a digital signature. I have excellent documentation for the jar file signature process and subsequent APIs. I can likely handle everything after obtaining the digital signature (see below). My specific ask is for help obtaining the digital signature by executing the jar file in or…
-
Authenticate different set of user
Hi there, I am trying to make a sign-up and login for (for example) customers and staff. I want to seperate the users by using two tables with auth enabled Table: customers and table: staff. What would in general be the approach in Xano and Weweb, were I am planning to use the Xano Auth plugin and the generated SignUp an…
-
What can be wrong?
i am getting this error when i try to use my sign up endpoint: Whoops! An error occurred.Exception: Unable to locate input: email
-
Connect to FlutterFlow: Passwordless Auth via Magic Link 🪄
Check out how to create a Passwordless authentication method in FlutterFlow leveraging Xano's Magic Link with Sendgrid pre-built extension
-
How to prevent password sharing (or only permit 1 session)
I aim to prevent a scenario where a team of individuals shares a single subscription instead of purchasing individual profiles for each member. User A logs in with profile A User B logs in with profile A Is there a way to log user A out when B starts a new session with that profile for example? I want to ensure that they…
-
Google OAuth (Google Sign-In) with FlutterFlow
Hey all! New How To Connect with FlutterFlow video. This time it highlights how to implement Google OAuth using Xano's extension.
-
🔐 Authentication with FlutterFlow
Hi all! Another FlutterFlow + Xano tutorial incoming! This time check out how to set up user authentication with Xano's native authentication engine. You'll see how to set up log-in, restrict user access to data that only belongs to them, and implement a log-out feature,.
-
Query authenticated table
In a function I authenticate the user through the table restaurant_owners, and inside the body I query another authenticated table that is restaurants, does it leads to potential problems? On test it works, but I believe there is something wrong as I didn't authenticate on the second table
-
How do I configure basic authentication credentials when calling an external API?
I am trying to create a shipping order in bpack (bpost) API. Basic authentication is required. The below configuration does not work. The response that I get is that "This request requires HTTP authentication". I have successfully tested the credentials in Hoppscotch testing tool. I am sure about the url, content-type,…
-
Auth not passing "name" through
Hey all, I have a signup integration going via webflow wized. I have email, password and name fields. Email and password is passing through fine via xano "auth" to my "user" db but name is not showing up in my "user" db… any suggestions why that is? Thanks!
-
Firebase ID token verification
Hey everyone, I am currently trying to verify Firebase-generated ID token (my setup is: Firebase for auth, XANO as function & db backend). Thus, I'm in the process of writing a function to verify a Firebase auth token within Xano (to then auth within Xano and make authenticated API calls) - for this, I am following the…
-
Memberstack to XANO migration
We're moving our logic from Memberstack and Airtable over to XANO, and want to use XANO authentication. Is it possible to migrate Memberstack users into XANO, so that users don't have to create a new account?
-
Xano authentication not working with flutterflow
We've successfully added login api on flutterflow, but when we get all contact from a user, flutterflow kept giving 401 error code unauthorized. What are we missing ?
-
How to automatically logout users on WeWeb?
I wonder if there is a way to automatically logout a user on WeWeb depending on something happening on Xano. Right now, our auth token has a TTL of 24h, meaning users will be logged out every 24h anyway. But, assuming we change the "status" of a user from "active" to "inactive", how could we reflect that change immediately…
-
Requesting a Marketplace extension for SendInBlue
I'd love to use SendInBlue to manage all email and sms for my company. An SindInBlue extension on Xano would make that a whole lot easier.
-
Marketplace User Auth Extension Request - Stytch.com
Would Xano add an extension and workflow for setting up Stytch.com as a User Auth platform? They seem to provide a very well rounded set of authentication options.
-
Can you make a video showing "phone number user auth creation?"
The best part about using Xano is that the email auth is automatic because they know no-coders don't have the experience to setup auth all on our own. Can someone do a concise video showing how to do this exactly? Start to finish using webflow, wized, xano, and phone number provider? I'm pretty sure this community would go…
-
Auth API calling wrong endpoint
I have two authentication tables. The ‘users’ table authentication works. I created a second table 'staff' requiring authentication… with it I also created auth API: auth/login/staff and the auth/me/staff. When testing in adalo the auth/login/staff endpoint is working but it is calling the wrong endpoint. It is calling the…
-
One-Time Password (4-digit code) log in with SMS Text
We built this Snippet during a recent office hours session. Use it to send your users a random 4-digit code via text for them to authenticate with. Snippet: https://www.xano.com/snippet/gORBRj22/
-
Urgent! Help needed! I need to execute a jar file to generate a digital signature.
I need to execute a jar file to generate a digital signature. I have excellent documentation for the jar file signature process and subsequent APIs, including sample java code. I think I can handle everything after obtaining the digital signature (see below). My specific ask is for help obtaining the digital signature by…
-
Multi-table authorization so only the allowed user is allowed to POST, GET.
Hi. I've created a giant app, and somewhere along the near-end I've realized that for authentication, I only authenticate the user. So if they have any of the id's, and any of the endpoints, bam - they can do anything. To make it so the logged in user can only query data related to them, do I need to authenticate all my…
-
JWE decrypt not working
Hi, I'm trying to follow this tutorial https://www.youtube.com/watch?v=ydOlrknsMnw , but the decrypting is no returning the payload. I've followed all the steps but is not working 😣 Any ideas? Thanks!
-
Xano Authentication with Weweb - Login works but error on Sign up
Not sure what I'm doing wrong. I suspect it has something to do with authentication token. I watched the Xano + Weweb video. It addresses login only. Not sign up.
-
Auth0 JWT access token returning 401
Hey! I'm trying to authenticate a user using a JWT access token I get from Auth0. The token seems to be valid according to https://jwt.io/, but my XANO API endpoint keeps returning 401 and the following error message: {"code":"ERROR_CODE_UNAUTHORIZED","message":"Unsupported input"} Any ideas? Thanks in advance!