I have a collection called "contacts".
It has an ACL column that is made read, write only for the user who has created it.
It also has an "owner" column - a pointer back to the users collection. In the Appery app I use both the ACL as well as a "where" clause with the owner info.
I'd like to access the contacts collection from another application (external app / server)
Is there a way to generate a session token for a known user to whom I can grant read for all the records?
Assuming "NO" to question 1, is there a way to secure the REST call to Appery collection using some basic authorization header?
Thank you!