instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.52k stars 2.45k forks source link

Ask Login every time when app launch / relaunch. #2042

Open saurabhc-ecsion opened 2 years ago

saurabhc-ecsion commented 2 years ago

Summary:

We are implementing / building Open source Canvas-iOS project using web view mobile application.

We have integrated this url “http://www.example.com/login/canvas” in web view, its working fine and with this user can logged in successfully, On first launch app is asking for login this will be ok, issue arises when user terminate the app or system terminate app automatically then it’s asking for login again.

We have manage the session by storing cookie locally and by using this also its asking for login. How to overcome with this issue, please give us any idea or solution for that.

We have analyse that, canvas student legacy app also using web view for quizzes they’re not asking for login, like this we want to implement in our side.

Help will be appreciated in advance. Thank you.