Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/terminatorover/swizzler
- Owner: terminatorover
- Created: 2014-08-08T01:59:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T15:00:03.000Z (over 10 years ago)
- Last Synced: 2023-08-03T15:20:57.912Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)