I'm looking for suggestions for below listed problem
I have a web application which is developed on java & current web application developed with below features
- Authentication (Login/Logout)
- Session management
- Dashboard with subscription and profile edit
- Some CRUD Functionality.
Now, i'm planning for mobile app with same futures. Since my current application can able to provide RESTFul Service to do CRUD operations. Let me know best approach to achieve authentication & session management in mobile app?
Thanks in advance for suggestions.
Have a good day.