-
Google Auth "Precondition failed"
Hello everyone, I'm encountering an error, I'm trying to use Google auth for the connection type to my application but I get an error when I try to configure the "Continue" Hello everyone, I'm encountering an error, I'm trying to use Google auth for the connection type to my application but I get an error when I try to…
-
My google oAuth plugin doenst seem to work
The code the "/oauth/google/init" provide gives an acces error when using it in "/oauth/google/continue" or "/oauth/google/signup". Im using Wized.
-
Getting Xano's Google OAuth extension to work with Adalo mobile app
Has anyone had success getting Xano's Google OAuth extension to work with an Adalo mobile app? What I'm not understanding is how to give Google a redirect URI that links to my app given my app doesn't have URLs…it's a mobile app. I assume I'm just misunderstanding something and would appreciate any and all help!
-
Is there a way to install the same extension more than once? (auth0)
I want a user to be able to connect multiple socials to their account. I currently have auth0 extension installed and it works fine. But I want to install a second instance of the auth0 extension with different credentials to 'add on socials' to their account. Currently, I can't figure a way to install a second instance so…
-
Getting Auth0 to work with Webflow!
Hi all! Xano support pointed me at a Youtube video for hooking up oauth2 (Google) and said to follow this to achieve the same for Auth0. No luck getting this to work so far and hoping someone eagle eyed can spot the issue. Also happy to pay to resolve! For Auth0, I added the myaccount URL on Webflow in the callback URL…
-
Webflow + Xano
Hi all! We're building an enterprise app and looking at Xano + Webflow. Already having some issues with getting Auth0 to work with Webflow and will post on the questions section!
-
Auth0 user permissions
Hi, I'm working on a Bubble app. I'm using auth0 extension and I've achieved to connect my auth0 users via the endpoints provided. Now, I want to assign permissions to my users in order to restrict acces to my xano databases. How can I retrieved my scopes in xano ?
-
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…
-
auth0 invalid_grant invalid authorization code
Hi, I am working on a Bubble app and I want my users sign in via auth0. I've tested the auth0-oauth continue APi endpoints and it's working well with the demo. However, when I try it with my bubble app I get an error 403: auth0 invalid_grant invalid authorization code. Here is what I founded in the OAuth 2.0 error code…
-
Auth0 - authenticate against current users in Xano
Hi Folks, Total newby here. I've followed the tutorials and managed to connect Xano + Bubble + Auth0. It successfully creates and logs a new user in via the Google and MS sign up methods, however, I can't figure out how to log an existing Xano user in. I enter an email of an existing Xano user record and get the error…
-
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!
-
How to use Xano's Auth0 extension in front end?
Hi I am trying to make my users sign in via Auth0 on my front end (Weweb) and for that user data to populate in the Xano user table. I want to append my user table with some more data pulled in from external APIs. I've completed setting up the Auth0 extension in Xano and the demo works. The users populate in both Auth0 and…