Hi,
I updating my server from 5.2 to 5.7.
I saw that in 5.3 the token systems changed.
My question is:
I have a mobile app that now to perform the login, do the fetch to /api/session/ , save the "token" field and perform the login using api/session?token=${token}
For this new version what are the alternatives to perform the login?
Thank you.
There's a separate API to generate a token. Check the official app for an example.
There is another way to perform the login without generate the token from API?
Hi,
I updating my server from 5.2 to 5.7.
I saw that in 5.3 the token systems changed.
My question is:
I have a mobile app that now to perform the login, do the fetch to /api/session/ , save the "token" field and perform the login using api/session?token=${token}
For this new version what are the alternatives to perform the login?
Thank you.