hi I am creating a desktop application for my adalo application …
I need to know if there is a way I can authenticate the users ?
like any endpoint for my app where I can send the username and password and get back the token related to that user to use for further collection access ?
I see on the web version that when I login it request an endpoint location at:
database-red.adalo.com
sends it username and password and gets back token but I don’t see any documentation on that …
so in short is it possible to authenticate the users on my desktop app from the Users collection ?
any help on this will be much appreciated …