A user's last logged in value previously wasn't updated when the user logs in through the oauth2 flow from the ios mobile app. Here we must send the user_logged_in signal manually. It's implemented in the my_user_info mobile rest api endpoint because adding it to where the oauth2 flow happens is to complex, and the mobile app hits this endpoint after a successful login anyway.
Status: Active Responsibilities ================ Provide a set of APIs for the LMS that are optimized for a mobile context. Direction: Decompose ===================== Currently this app has some APIs that started off specific to mobile. Any that should become general or already are general should be moved out into a more relevant django app. Anything that remains should be specific to what we need for mobile. Glossary ======== More Documentation ==================