-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Any ideas on how to handle offline access for mobile apps that use Google/Facebook/Twitter authentication?
For ex. User creates some data while online after OAuth authentication. Later when she is offline she wants to update data. How will the offline login be handled? Long-lived tokens? If the token is for say -3 days- and she creates data while offline on the last day before expiration, the next day the token expires now she cannot access the data created the day before unless she connects to the OAuth provider and renews the token? Should the app warn the user about upcoming token expirations?
Metadata
Metadata
Assignees
Labels
No labels