- Compatible XF 2.x versions
- 2.2
- 2.3
- Additional requirements
- XenForo 2.2.13 (or higher)
- License
- Attribution 4.0 International (CC BY 4.0) https://creativecommons.org/licenses/by/4.0/
- Visible branding
- Yes
This addon adds a few things that I felt were missing from XenForo's PWA app:
Some things to note:
- If the user that is installing the PWA app is logged in, auto-log them into the PWA app (don't need to force users to log-in from scratch when they first load the installed app).
- Use Sec-Fetch-Site header as replacement for CSRF with a fallback to CSRF if browser doesn't support Sec-Fetch-Site (prevent stale sessions from causing security error message)
- Automatic refresh of badge counters when app is loaded/brought to front (this also applies to the site when being used in a normal browser)
- Give more prominent push notification permission message when initially loading app (see screenshot for example)
- Allow editing of of web app manifest JSON
- Added ability to send push notices to users (Admin -> Communications -> Push users)
- Adds option to enable debugging logging for things related to push notifications
- Does some individually small things to try and keep push subscription records from being lost
Some things to note:
- In exchange for being free, this addon has a single attribution link buried on the bottom of XenForo's Help -> Privacy policy page (there are no site-wide or footer links).
- Related resources
- Security and Passkeys allows you to automatically extend two-step verification validity when the session is used (for example you could set it to automatically extend the validity by 30 days when the user comes to the site). This makes it so the user doesn't get logged-out/forced to enter TFA info again as long as they are using the app on a regular basis (if it was set to 30 days, they would need to renter TFA after not using it for 30 days).