Mobile application authentication & session management from java application -


i'm looking suggestions below listed problem

i have web application developed on java & current web application developed below features

  1. authentication (login/logout)
  2. session management
  3. dashboard subscription , profile edit
  4. some crud functionality.

now, i'm planning mobile app same futures. since current application can able provide restful service crud operations. let me know best approach achieve authentication & session management in mobile app?

thanks in advance suggestions.

have day.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -