Token

jps19722 years ago

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.

Anton Tananaev2 years ago

There's a separate API to generate a token. Check the official app for an example.

jps19722 years ago

There is another way to perform the login without generate the token from API?

Anton Tananaev2 years ago

Password login?