Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terminatorover/swizzler

showing how to implement session expiration, logging out the user, and showing push notification if the user app is in the background
https://github.com/terminatorover/swizzler

Last synced: 22 days ago
JSON representation

showing how to implement session expiration, logging out the user, and showing push notification if the user app is in the background

Awesome Lists containing this project

README

        

swizzler
========

simple app that uses method swizzling and a coordinator singleton class to implement session expired functionality. namely, if the user doesn't touch the screen for X amount of time the app shows an alert and logs the user out and takes him/her to the login screen
also, shows the user a local notifcaition if the user app is in the background and the has been timed out(eg. the bank of america app does this)