05-18-2020, 11:07 PM
Actually, for our mobile apps, we have done this:
server = TacticServerStub.get();
var ticket = server.get_ticket(data.email, data.password);
and this seems to work well, however this requires the javascript api and doesn't just use REST. Not sure what is different with the REST interface on get_ticket.
server = TacticServerStub.get();
var ticket = server.get_ticket(data.email, data.password);
and this seems to work well, however this requires the javascript api and doesn't just use REST. Not sure what is different with the REST interface on get_ticket.