Login/Authentication via REST API

Hi team,

I am new to AppGyver and I use it to build my frontend. I am building my backend with Xano, that provides a REST API that I call from AppGyver to retrieve my data.

Now I would like to build a login in AppGyver that gets the authentication from my backend and then allows me to get the user data from my backend via REST API.

I did not find any documentation on how to do that. Could you please help me?

Thank you!
Nicola

Hi there!

I wasn’t able to find public documentation on how Xano handles authentication, so unfortunately I can’t go to any specifics on that. On the AppGyver side you could use Auth -> Direct third party authentication and custom logic to handle the authentication https://docs.appgyver.com/data/authentication .

This works by creating a initial view in your app which must be dismissed before the user can access the rest of the app.

I hope this helps a bit!