Hi
I decided to use Back4app Parse server for my project as a backend.
I wonder did someone try to communicate with parse server and how?
Since the only Parse library I found here is outdated, and I am not very skilled programmer , I decided that CURL is the best (i.e. easiest ) way to connect with back4app server (using API and REST keys).
So far, I managed to implement all CRUD operations on parse objects.
the "only" thing I have problems with is the authentication.
I can make Register and Login with no problems.
Here are my questions:
When I sign in (or register) a session token is created on back4app server.
What exactly I do with it? Do I have to store it in a variable and check it every time I do some CRUD operations, or something else.
How do I Logout?
I couldn't find it in documentation (https://dashboard.back4app.com/apidocs#User-custom-class)
... and in the parseproject.org documentation it is explained, but I can not get it to work
(https://docs.parseplatform.org/rest/guide/#deleting-sessions)
I hope someone did this and can help me.
A.
I decided to use Back4app Parse server for my project as a backend.
I wonder did someone try to communicate with parse server and how?
Since the only Parse library I found here is outdated, and I am not very skilled programmer , I decided that CURL is the best (i.e. easiest ) way to connect with back4app server (using API and REST keys).
So far, I managed to implement all CRUD operations on parse objects.
the "only" thing I have problems with is the authentication.
I can make Register and Login with no problems.
Here are my questions:
When I sign in (or register) a session token is created on back4app server.
What exactly I do with it? Do I have to store it in a variable and check it every time I do some CRUD operations, or something else.
How do I Logout?
I couldn't find it in documentation (https://dashboard.back4app.com/apidocs#User-custom-class)
... and in the parseproject.org documentation it is explained, but I can not get it to work
(https://docs.parseplatform.org/rest/guide/#deleting-sessions)
I hope someone did this and can help me.
A.